Home
last modified time | relevance | path

Searched defs:assertIsString (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/jsdoc/
DassertionsAndNonReturningFunctions.ts15 function assertIsString(x) { function
/third_party/typescript/tests/cases/conformance/controlFlow/
DassertionTypePredicates1.ts10 declare function assertIsString(value: unknown): asserts value is string; function