Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yangtianxia/txjs
个人常用方法
https://github.com/yangtianxia/txjs
Last synced: 3 months ago
JSON representation
个人常用方法
- Host: GitHub
- URL: https://github.com/yangtianxia/txjs
- Owner: yangtianxia
- License: mit
- Created: 2023-04-09T07:28:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T06:57:53.000Z (5 months ago)
- Last Synced: 2024-11-01T05:04:53.281Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# txjs
这是一些常用的js开发库,有TS类型定义、数据验证、常用方法、数据定义、css类命名(BEM)、修复版数学(加、减、乘、除)计算等。
## packages
|包名|描述|
|:-----|:-----|
|[@txjs/bool](https://github.com/yangtianxia/txjs/tree/master/packages/bool)|数据类型校验库|
|[@txjs/shared](https://github.com/yangtianxia/txjs/tree/master/packages/shared)|常用方法库|
|[@txjs/bem](https://github.com/yangtianxia/txjs/tree/master/packages/bem)|css类命名(BEM)库|
|[@txjs/math](https://github.com/yangtianxia/txjs/tree/master/packages/math)|修复版数学(加、减、乘、除)计算库|
|[@txjs/async](https://github.com/yangtianxia/txjs/tree/master/packages/async)|异步方法库|
|[@txjs/types](https://github.com/yangtianxia/txjs/tree/master/packages/types)|TS类型库|