UNPKG

@gecut/utilities

Version:

The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.

9 lines (8 loc) 255 B
declare function get<T>(name: string, defaultValue: T): T; declare function set<T>(name: string, value: T): void; declare const _default: { get: typeof get; set: typeof set; }; export default _default; //# sourceMappingURL=local-storage-json.d.ts.map