dr-js / dr-js

A collection of strange functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@dr-js/core

i:npm i:ci i:size i:npm-dev

A collection of strange functions

  • πŸ“ source/
    • main source code, in output package will be:
      • @dr-js/core/library: for direct use, use require() / exports.*= and has Dr.browser.js
      • @dr-js/core/module: for re-pack, keep import / export and readability
  • πŸ“ source-bin/
    • bin source code, in output package will be @dr-js/core/bin
  • πŸ“ example/
    • some example (unsorted tests)
  • πŸ“„ SPEC.md
    • list of all directly accessible codes, sort of API lockfile

Most of the code should be self explainable by the naming, though there are some truly weird ones. And there's a few document files scattered in the source, along with many comments & TODOs, feel free to find & read them.

About

A collection of strange functions

License:MIT License


Languages

Language:JavaScript 99.9%Language:HTML 0.1%