1.0.4 • Published 12 months ago

hcy-tool-test v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months 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

12 months ago

1.0.2

12 months ago

1.0.0

12 months ago