UNPKG

@diatche/parse-time

Version:

A utility for parsing time duration and time of the day strings.

29 lines (28 loc) 660 B
{ "name": "@diatche/parse-time", "version": "0.1.1", "description": "A utility for parsing time duration and time of the day strings.", "main": "index.js", "types": "index.d.ts", "repository": "https://github.com/diatche/parse-time.git", "author": "Pavel Diatchenko <diatche@gmail.com>", "license": "MIT", "keywords": [ "parse", "time", "time-parse", "parser", "am", "pm", "hour", "minute", "second" ], "scripts": { "test": "jest", "coverage": "jest --coverage" }, "devDependencies": { "jest": "^27.0.3" } }