UNPKG
split-retain
Version:
latest (1.0.1)
1.0.1
1.0.0
Split a string and preserve the delimiters.
github.com/ghornich/split-retain
ghornich/split-retain
split-retain
/
browser-build.js
4 lines
(2 loc)
•
63 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
window
.
splitRetain
=
require
(
'./split-retain'
);