UNPKG
html-pdf-adaptive
Version:
latest (1.0.8)
1.0.8
html to pdf
github.com/Mackkkk/html2PDF
Mackkkk/html2PDF
html-pdf-adaptive
/
src
/
strSome.js
2 lines
•
80 B
JavaScript
View Raw
1
2
export
default
(str, ...words) => words.
some
(
(
word
) =>
str.
indexOf
(word) !== -
1
)