UNPKG
rxdeep
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.11
0.1.10
0.1.9
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
RxJS deep state management
loreanvictor.github.io/rxdeep/
loreanvictor/rxdeep
rxdeep
/
dist
/
es6
/
types
/
storage.js
5 lines
•
210 B
JavaScript
View Raw
1
2
3
4
5
export
function
isStorage
(
whatevs
) {
return
whatevs && whatevs.
load
&&
typeof
whatevs.
load
===
'function'
&& whatevs.
save
&&
typeof
whatevs.
save
===
'function'
; }
//# sourceMappingURL=storage.js.map