1.1.1 • Published 9 months ago

@6653302wy/ts-utils v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

@6653302wy/ts-utils

introduce

some commonly used tool functions and react hooks

install

$ npm install @6653302wy/ts-utils

the library structure

lib
├── dom/
│ ├── Browser.ts
│ └── Url.ts
├── net/
│ ├── HttpMgr.ts
│ ├── NetManager.ts
│ └── SocketMgr.ts
├── react-hooks/
│ ├── useEventListener.tsx
│ ├── useIsMounted.tsx
│ ├── useLockBodyScroll.tsx
│ ├── useLongPress.tsx
│ ├── usePortal.tsx
│ ├── useSocket.tsx
│ ├── useTimer.tsx
│ └── useToggle.tsx
└── utils/
│ ├── ArrayUtils.ts
│ ├── Convert.ts
│ ├── DateUtils.ts
│ ├── Device.ts
│ ├── DownloadFile.ts
│ ├── FileParser.ts
│ ├── GetUUID.ts
│ ├── LocalCache.ts
│ ├── LocalStorage.ts
│ ├── MathUtils.ts
│ ├── ObjectUtils.ts
│ ├── PcmPlayer.ts
│ ├── Queue.ts
│ ├── ResourceExists.ts
│ ├── Singleton.ts
│ ├── StringUtils.ts
│ ├── Verify.ts
│ └── WindowEvent.ts

doc

https://6653302wy.github.io/ts-utils/

1.1.1

9 months ago

1.1.0

9 months ago

1.0.12

9 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago