@spore-ui/tskit
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

@spore-ui/tskit

npm license semantic-release release codecov GitHub top language

现代工具函数库 / 面向 TypeScript

releases and changelog

参考文档

https://sporeui.github.io/spore-tskit/docs/

简介

本工具库意图在日常业务积累中,留存各种常见工具函数,解决方案,Hack方案。

工具函数进行了分门别类的梳理,推荐使用时引用确定版本,直接引用函数,可以直接减少代码打包体积。

快速上手

npm i @spore-ui/tskit
// 引入一个方法
import { delay } from '@spore-ui/tskit';

// 引入支持 es5 的代码
// 注意这种方式会导致 tree-shaking 失效
import { delay } from '@spore-ui/tskit/es5';

测试

Readme

Keywords

none

Package Sidebar

Install

npm i @spore-ui/tskit

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

323 kB

Total Files

360

Last publish

Collaborators

  • pillar0514