monkey-format
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

nodejs package monkey-format

下載我

npm install monkey-format

使用我

import { formatInit } from "monkey-format";

formatInit();

console.log("{0} {1} {2}".format("a", "b", "c")); // -> "a b c"

console.log(
    "{a} {b} {c}".format({
        a: "0",
        b: "1",
        c: "2"
    })
); // -> "0 1 2"

Package Sidebar

Install

npm i monkey-format

Weekly Downloads

2

Version

1.3.0

License

MIT

Unpacked Size

9.12 kB

Total Files

6

Last publish

Collaborators

  • a3510377