Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.23 KB

DEPENDENCIES.md

File metadata and controls

42 lines (30 loc) · 1.23 KB

get-time-between

Measure the amount of time during work hours between two dates

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install get-time-between --save

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • @types/jest: TypeScript definitions for Jest
  • expect-more-jest: Write Beautiful Specs with Custom Matchers
  • jest: Delightful JavaScript Testing.
  • prettier: Prettier is an opinionated code formatter
  • rimraf: A deep deletion module for node (like rm -rf)
  • ts-jest: A preprocessor with source maps support to help use TypeScript with Jest
  • tslint: An extensible static analysis linter for the TypeScript language
  • typescript: TypeScript is a language for application scale JavaScript development

License

MIT