utils/ts-src/index.ts
Martin Donnelly 26a92aa2d6 Added LocalStorage handling
Bumped to version 2.0.1
2020-11-17 12:56:07 +00:00

14 lines
403 B
TypeScript

export * from './LocalStorage';
export * from './arrayFromObj';
export * from './debounce';
export * from './distance';
export * from './extractFromObj';
export * from './hasOwn';
export * from './hourFloor';
export * from './isEmpty';
export * from './latLong';
export * from './maybePluralize';
export * from './once';
export * from './partOfDay';
export * from './throttle';
export * from './toHour';