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
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
npm i cjays
5
1.0.5
ISC
2.33 kB
9