Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yangtianxia/txjs

个人常用方法
https://github.com/yangtianxia/txjs

Last synced: 3 months ago
JSON representation

个人常用方法

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类型库|