UNPKG

parse

Version:
6 lines (5 loc) 256 B
declare const DEFAULT_PIN = "_default"; declare const PIN_PREFIX = "parsePin_"; declare const OBJECT_PREFIX = "Parse_LDS_"; declare function isLocalDatastoreKey(key: string): boolean; export { DEFAULT_PIN, PIN_PREFIX, OBJECT_PREFIX, isLocalDatastoreKey };