UNPKG

rxdeep

Version:
5 lines 210 B
export function isStorage(whatevs) { return whatevs && whatevs.load && typeof whatevs.load === 'function' && whatevs.save && typeof whatevs.save === 'function'; } //# sourceMappingURL=storage.js.map