bizarre
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

介绍

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文档

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

    npm i bizarre

    Weekly Downloads

    2

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    263 kB

    Total Files

    25

    Last publish

    Collaborators

    • reallijing