Skip to content

Latest commit

Β 

History

History
18 lines (13 loc) Β· 779 Bytes

README.md

File metadata and controls

18 lines (13 loc) Β· 779 Bytes

@ng-bike/utils

Set of helpers (functions, types...)

Folder structure πŸ“

Directory Description
src contains all the helpers.

Commands πŸ“œ

Script Description
test Runs the test suite using Jest.
typecheck Checks the project for type errors using the TypeScript compiler (tsc).
lint Runs ESLint.
lint:fix Runs ESLint and automatically fixes problems that can be fixed.