sindresorhus / parse-msLinks
Parse milliseconds into an object
☆124Updated last year
Alternatives and similar repositories for parse-ms
Users that are interested in parse-ms are comparing it to the libraries listed below
Sorting:
- Filter object keys and values into a new object☆105Updated last year
- Check if your code is running as an npm or yarn script☆65Updated 4 months ago
- Strip leading whitespace from each line in a string☆145Updated 3 months ago
- Convert RGB color to HEX☆122Updated 2 years ago
- Randomize the order of items in an array☆109Updated 3 months ago
- Indent each line in a string☆115Updated 3 years ago
- Check if a value is a plain object☆103Updated last year
- Sort the keys of an object☆107Updated 4 months ago
- Check if a URL is absolute☆80Updated 4 months ago
- Wordwrap a string with ANSI escape codes☆130Updated 4 months ago
- Check if a string is HTML☆95Updated 4 months ago
- Check if your package was installed globally☆71Updated 2 years ago
- Check if a string is a valid filename☆62Updated 4 years ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- Get the latest version of an npm package☆176Updated last year
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 3 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Write a package.json file☆89Updated 4 months ago
- Check if argv has a specific flag☆96Updated 4 years ago
- Move a file - Even works across devices☆204Updated 2 years ago
- Create an array of unique values, in order, from the input arrays☆78Updated 4 years ago
- Get a random temporary file path☆81Updated 2 years ago
- Easily handle defaults for your options☆76Updated 2 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆161Updated 4 months ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 5 years ago
- Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz☆111Updated 4 months ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Regular expression for matching reserved filename characters☆52Updated 4 months ago
- Check if a string or buffer is SVG☆143Updated 6 months ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 4 months ago