UNPKG
@minionorg/share
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
函数库,工具库
github.com/minionorg/share-open
minionorg/share-open
@minionorg/share
/
StringUtils
/
contains
/
index.es.js
7 lines
(6 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
d
(
f, i, n
) {
return
n ? (n + f + n).
indexOf
(n + i + n) > -
1
: f.
indexOf
(i) > -
1
; }
export
{ d
as
default
};