shahoob/functionKit

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitattributes
.github/workflows/coverage.yml
.github/workflows/doc.yml
.github/workflows/npmpublish.yml
.gitignore
.npmignore
LICENSE
README.md
WHATSNEW.md
jestconfig.json
package-lock.json
package.json
tsconfig.json
tslint.json
typedoc.json
webpack.config.js16
src/__tests__/array/clean.test.ts8
src/__tests__/array/max.test.ts14
src/__tests__/array/min.test.ts14
src/__tests__/calcPercent.test.ts7
src/__tests__/divide.test.ts4
src/__tests__/greeter.test.ts7
src/__tests__/half.test.ts9
src/__tests__/multiply.test.ts4
src/__tests__/range.test.ts29
src/__tests__/subtract.test.ts4
src/__tests__/sum.test.ts4
src/app.ts12
src/array/clean.ts9
src/array/max.ts9
A
1 hr
src/array/min.ts9
A
1 hr
src/array/randomize.ts19
src/calcPercent.ts3
src/divide.ts3
src/greeter.ts7
src/half.ts4
src/multiply.ts3
src/random.ts5
src/range.ts8
src/subtract.ts3
src/sum.ts9