Array.isTemplateObject
Module
esnext.array.is-template-object
Built-ins signatures
class Array {
static isTemplateObject(value: any): boolean
}
Entry points
core-js/proposals/array-is-template-object
core-js(-pure)/full/array/is-template-object
Example
console.log(Array.isTemplateObject((it => it)`qwe${ 123 }asd`)); // => true