UNPKG

unbundle

Version:

`require()` and `import`/`export` in the browser, without the bundling

6 lines (5 loc) 128 B
export function trimBefore (pattern) { return this.includes(pattern) ? this.substring(this.indexOf(pattern)) : this }