1.0.0 • Published 6 years ago

format-specifiers v1.0.0

Weekly downloads
1,027
License
MIT
Repository
github
Last release
6 years ago

format-specifiers

build status code style styled with prettier made with lass license

A list (Array) of format specifiers from https://github.com/nodejs/node/blob/master/doc/api/util.md#utilformatformat-args. Built for Cabin.

Table of Contents

Install

npm:

npm install format-specifiers

yarn:

yarn add format-specifiers

Usage

const formatSpecifiers = require('format-specifiers');

console.log('formatSpecifiers', formatSpecifiers);

Contributors

NameWebsite
Nick Baughhttp://niftylettuce.com/

License

MIT © Nick Baugh