1.0.0 • Published 4 years ago

@feizheng/next-time-compare v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

next-time-compare

Time compare for next.

version license size download

installation

npm install -S @feizheng/next-time-compare

usage

import '@feizheng/next-time-compare';

nx.timeCompare('09:41:13', '9:41:13');    // 0
nx.timeCompare('09:42:13', '9:41:13');    // 1
nx.timeCompare('09:40:13', '9:41:13');    // -1

license

Code released under the MIT license.

1.0.0

4 years ago