UNPKG

localbase

Version:

A Firebase-Style Database ... Offline!

13 lines (12 loc) 297 B
export default function get(options?: { keys: boolean; }): any; export default class get { constructor(options?: { keys: boolean; }); getCollection: () => any; getDocument: () => any; getDocumentByCriteria: () => any; getDocumentByKey: () => any; }