1.3.0 • Published 1 year ago

essetialjs v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

JavaScript 工具库

npm npm version dumi

文档

文档地址

更新日志

安装

NPM

npm install essetialjs

Yarn

yarn add essetialjs

PNPM

pnpm add essetialjs

HTML中引入

下载 essetialjs.min.js

<script src="essetialjs.min.js"></script>

使用

import

import { isString } from 'essetialjs'

isString('abc')

require

const ESS = require('essetialjs')

ESS.isString('hello world')

Global

<script src="essetialjs.min.js"></script>
<script>
  ESS.isString('abc')
</script>
1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.2.2

1 year ago

1.1.3

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.0.0

1 year ago