1.0.1 • Published 6 months ago

hcy-tool-test2 v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

安装

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

导入

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

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

6 months ago

1.0.0

6 months ago