文件名称:scientist:一个JavaScript库,用于仔细重构关键路径
文件大小:93KB
文件格式:ZIP
更新时间:2024-06-02 18:22:22
scientist candidate behaviours refactor JavaScript
科学家 一个用于精心重构关键路径JavaScript库, 端口 安装 npm install @fightmegg/scientist 用法 import Scientist from '@fightmegg/scientist' const experiment = new Scientist ( 'experiment #1' ) ; experiment . use ( ( ) => 12 ) ; // old way experiment . try ( ( ) => 10 - 8 ) ; // new way experiment . publish ( results => console . log ( results ) ) ; // publish const result = experiment . run ( ) ; // Sometimes we need t
【文件预览】:
scientist-master
----rollup.config.js(623B)
----package.json(1KB)
----.github()
--------dependabot.yml(100B)
--------workflows()
----jest.config.js(157B)
----LICENSE(1KB)
----package-lock.json(429KB)
----src()
--------index.js(3KB)
--------__tests__()
--------executor.js(906B)
--------format.js(500B)
--------index.d.ts(1KB)
--------shuffle.js(224B)
----.npmignore(96B)
----.gitignore(2KB)
----.circleci()
--------config.yml(4KB)
----.npmrc(92B)
----README.md(7KB)
----babel.config.js(939B)