hcy-tool-test

1.0.4 • Public • Published

安装

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);

Readme

Keywords

Package Sidebar

Install

npm i hcy-tool-test

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

1.95 kB

Total Files

5

Last publish

Collaborators

  • cy.hu