UNPKG

msub

Version:

Simple, dependency-free, localization-friendly string and date replacement method for String

5 lines (3 loc) 125 B
require('../dist'); var obj = { s: 'instance' }; console.log('This ${s} of ${0} actually belongs in the string'.msub(obj));