🐠 A modern JavaScript utility library delivering modularity, performance, & extras.
npm install @yelloxing/core.jsIn a browser:
``html`
use:
`js`
__.XXX();
Using npm:
`shell`
$ npm i @yelloxing/core.js
Note: add --save if you are using npm < 5.0.0
`js`
const __ = require('@yelloxing/core.js');
or
`js``
import __ from '@yelloxing/core.js';
Copyright (c) 2007夏-present 走一步 再走一步