index.d.ts 106 B

1234
  1. import get from './get';
  2. import set from './set';
  3. export { get, set };
  4. //# sourceMappingURL=index.d.ts.map