1.0.10 • Published 5 months ago

shared-helper v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

├── docs // this are the documentations for logic ├── src │ ├── types │ │ ├── http.d.ts // definition to handle http stuff │ │ └── common.d.ts │ ├── formatters │ │ ├── index.ts // entry point, exports are all here │ │ ├── date-formatter.ts │ │ ├── number-formatter.ts │ │ └── string-formatter.ts │ ├── requestors │ │ ├── index.ts // entry point, exports are all here │ │ └── am-api-requestor.ts │ ├── services │ │ ├── index.ts // entry point, exports are all here │ │ └── event-bus-service.ts │ └── storage │ ├── index.ts // entry point, exports are all here │ ├── cookie-storage.ts │ ├── local-storage.ts │ └── global-storage.ts ├── global.d.ts // global type definitions ├── package.json ├── tailwind.config.js // our design system configuration ├── pnpm-lock.yaml └── .gitignore

1.0.10

5 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago