UNPKG
localbase
Version:
latest (0.7.7)
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.8
0.6.7
0.6.3
0.4.0
0.3.0
0.2.1
0.0.2
0.0.1
A Firebase-Style Database ... Offline!
github.com/dannyconnell/localbase
dannyconnell/localbase
localbase
/
localbase
/
api
/
actions
/
get.d.ts
13 lines
(12 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
default
function
get
(
options
?: { keys:
boolean
; }
):
any
;
export
default
class
get
{
constructor
(
options
?: { keys:
boolean
; }
);
getCollection
:
() =>
any
;
getDocument
:
() =>
any
;
getDocumentByCriteria
:
() =>
any
;
getDocumentByKey
:
() =>
any
; }