Home
last modified time | relevance | path

Searched refs:templateLiteral (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/babel-types/
DREADME.md1730 ### templateLiteral subsection
1732 t.templateLiteral(quasis, expressions)
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1769 export function templateLiteral(quasis?: TemplateElement[], expressions?: Expression[]): TemplateLi… function