1.0.0 • Published 5 years ago

@jswork/next-time-compare v1.0.0

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

next-time-compare

Time compare for next.

version license size download

installation

npm install -S @jswork/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

resources

license

Code released under the MIT license.