cjays
v1.0.5
Published
Readme
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
