0.0.4 • Published 5 years ago

bizarre v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

介绍

bizarre 是一个奇怪的包,满足一些奇葩的需求,很少人会用到它。但说不定你会需要。具体可查看 文档

快速使用

  1. 浏览器
<script src="https://cdn.jsdelivr.net/npm/bizarre@0.0.3/dist/bizarre-web.js"></script>
<script>
  console.log(bizarre.Common.helloWorld());
</script>
  1. nodejs
npm install bizarre
// all
const Bizarre = require("bizarre");
console.log(Bizarre.Common.helloWorld());
// part
const helloWorld = require("bizarre/lib/common").helloWorld;
console.log(helloWorld());

更多应用场景

Api

Api简单划分为Common(通用)、Web(浏览器环境)、Node(nodejs环境)
目前Api数量 Common:0个,Web:2个,Node: 0
API文档

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago