millisecs 0.0.1
millisecs: ^0.0.1 copied to clipboard
Converts various time formats to milliseconds and vice versa.
0.0.1 — 6th Aug 2024 #
- Build
millisecspackage as the Dart & Flutter adaptation of Vercel's ms npm package. - Add
ms,parse, andformatfunctions and their "try" equivalents. - Add extensions on
Stringandnumforms's functionalities.