MCPcopy Create free account
hub / github.com/observablehq/framework / isTemplateLiteral

Function isTemplateLiteral

src/javascript/source.ts:9–11  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

7}
8
9export function isTemplateLiteral(node: Node): node is TemplateLiteral {
10 return node.type === "TemplateLiteral";
11}
12
13export function isStringLiteral(node: Node): node is StringLiteral {
14 return isLiteral(node)

Callers 2

source-test.tsFile · 0.85
isStringLiteralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected