debian-mirror-gitlab/core-js/features/array/is-template-object.js

5 lines
149 B
JavaScript
Raw Normal View History

2019-09-25 13:30:05 +05:30
require('../../modules/esnext.array.is-template-object');
var path = require('../../internals/path');
module.exports = path.Array.isTemplateObject;