1.1.6 • Published 7 years ago

re-format v1.1.6

Weekly downloads
132
License
ISC
Repository
github
Last release
7 years ago

re-format

A simple string formatting funciton which is focused on being fast

#Example

  var format = require("re-format");
  
  console.log(format("my favorite number is {n}", { n: 5 }));
  //=> my favorite number is 5

  console.log(format("my favorite number is {0}", 5));
  //=> my favorite number is 5
1.1.6

7 years ago

1.1.5

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago