UNPKG
care-js
Version:
latest (3.3.4)
3.3.4
Standard library
care-js
/
features
/
array
/
is-template-object.js
5 lines
(3 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
require
(
'../../modules/esnext.array.is-template-object'
); var
path
=
require
(
'../../internals/path'
);
module
.exports =
path
.Array.isTemplateObject;