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

1.0.5 • Public • Published

A string replacer thing

Use it

const c = require('cjays');
c.default(`{hi} {location}`, { hi: `Hello`, location: `World`}); // > Hello World
// use default as it is in js in ts this isn't required!

THE KEYS ARE CASE SENSITIVE

/cjays/

    Package Sidebar

    Install

    npm i cjays

    Weekly Downloads

    5

    Version

    1.0.5

    License

    ISC

    Unpacked Size

    2.33 kB

    Total Files

    9

    Last publish

    Collaborators

    • salvage_dev