1.0.4 • Published 2 years ago

hcy-tool-test v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

npm install hcy-tool-test
// or
yarn add hcy-tool-test

导入

import { getType, isEmpty } from 'hcy-tool-test';

const type = getType(123);
console.log(type);
const isE = isEmpty(0);
console.log(isE);
1.0.4

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago