文件名称:keycode-js:具有关键代码常量的javascript程序包
文件大小:53KB
文件格式:ZIP
更新时间:2024-05-22 07:01:04
javascript constants node typescript browser
键码常数 具有关键代码常量的最小JavaScript程序包。 安装 # Using npm $ npm install keycode-js --save # Using yarn $ yarn add keycode-js # Using bower $ bower install keycode-js --save 用法 使用require()或ES / TypeScript import语句导入包: // CommonJS const KeyCode = require ( 'keycode-js' ) ; // ES2015+ import * as KeyCode from 'keycode-js' ; // TypeScript import * as KeyCode from 'keycode-js' ; // Import individual constants im
【文件预览】:
keycode-js-master
----.gitignore(50B)
----package.json(1KB)
----t(2KB)
----.travis.yml(223B)
----dist()
--------keycode.esm.js(13KB)
--------keycode.cjs.js(20KB)
--------keycode.min.js(7KB)
--------keycode.min.js.map(95B)
----LICENSE(1KB)
----CHANGELOG.md(10KB)
----tsconfig.json(228B)
----mod.ts(12KB)
----rollup.config.js(928B)
----README.md(31KB)
----bower.json(570B)
----test()
--------node.test.js(193B)
--------tests.ts(10KB)
--------browser.test.html(782B)
--------deno.test.ts(296B)
--------browser.test.js(146B)
----mod.d.ts(15KB)
----.editorconfig(193B)
----yarn.lock(52KB)