Skip to content

Commit 231be1d

Browse files
author
Andrey Melnikov
committed
feat(release-js): add extern file
1 parent 6fe24a0 commit 231be1d

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

release-js/datascript-core.extern.js

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
var datascript = {};
2+
datascript.core = {};
3+
datascript.core.entity = function() {};
4+
datascript.core.entity_db = function() {};
5+
datascript.core.datom = function() {};
6+
datascript.core.pull = function() {};
7+
datascript.core.pull_many = function() {};
8+
datascript.core.touch = function() {};
9+
datascript.core.empty_db = function() {};
10+
datascript.core.init_db = function() {};
11+
datascript.core.datom_QMARK_ = function() {};
12+
datascript.core.db_QMARK_ = function() {};
13+
datascript.core.is_filtered = function() {};
14+
datascript.core.filter = function() {};
15+
datascript.core.with = function() {};
16+
datascript.core.db_with = function() {};
17+
datascript.core.datoms = function() {};
18+
datascript.core.seek_datoms = function() {};
19+
datascript.core.index_range = function() {};
20+
datascript.core.entid = function() {};
21+
datascript.core.conn_QMARK_ = function() {};
22+
datascript.core.conn_from_db = function() {};
23+
datascript.core.conn_from_datoms = function() {};
24+
datascript.core.create_conn = function() {};
25+
datascript.core.transact_BANG_ = function() {};
26+
datascript.core.conn_BANG_ = function() {};
27+
datascript.core.listen_BANG_ = function() {};
28+
datascript.core.unlisten_BANG_ = function() {};
29+
datascript.core.tempid = function() {};
30+
datascript.core.resolve_tempid = function() {};
31+
datascript.core.transact = function() {};
32+
datascript.core.transact_async = function() {};
33+
datascript.core.squuid = function() {};
34+
datascript.core.squuid_time_millis = function() {};

0 commit comments

Comments
 (0)