https://github.com/hacxy/tianjie
My javascript tool library
https://github.com/hacxy/tianjie
javascript javascript-library typescript typescript-library
Last synced: about 1 month ago
JSON representation
My javascript tool library
- Host: GitHub
- URL: https://github.com/hacxy/tianjie
- Owner: hacxy
- License: mit
- Created: 2024-01-17T15:19:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:16:06.000Z (about 1 year ago)
- Last Synced: 2024-04-14T10:45:49.440Z (about 1 year ago)
- Topics: javascript, javascript-library, typescript, typescript-library
- Language: TypeScript
- Homepage: https://tianjie.loclink.cn
- Size: 379 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TianJie
## Detail:
My javascript library
这是我的 javascript 库,里面包含了一些我自己比较常用的工具函数。
如果你对此项目很感兴趣, 可以前往 b 站查看这个项目的搭建教程:
[查阅文档](https://tianjie.hacxy.cn)
## Install
```sh
npm install tianjie@latest
```## Use
```ts
import { isNumber } from 'tianjie';
console.log(isNumber(2));
```