UNPKG

datastore-core

Version:
5 lines 156 B
export const replaceStartWith = (s, r) => { const matcher = new RegExp('^' + r); return s.replace(matcher, ''); }; //# sourceMappingURL=utils.js.map