Searched defs:isStringLiteral (Results 1 – 15 of 15) sorted by relevance
23 const isStringLiteral = (node: TSESTree.Node): boolean => ( constant
24 const isStringLiteral = (node: TSESTree.Node | null): boolean => { constant
12 export function isStringLiteral(node: Node): node is StringLiteral { function
70 isStringLiteral(): this is StringLiteralType; method
5356 isStringLiteral(): this is StringLiteralType; method
26772 function isStringLiteral(node) { function149437 TypeObject.prototype.isStringLiteral = function () { method in TypeObject
26578 function isStringLiteral(node) { function148868 TypeObject.prototype.isStringLiteral = function () { method in TypeObject
21316 function isStringLiteral(node) { function
26567 function isStringLiteral(node) { function
5597 isStringLiteral(): this is StringLiteralType; method