Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/
DUtils.ts121 const isNonPrimitive = (type.flags & TypeFlags.NonPrimitive) !== 0; constant
134 const isNonPrimitive = (type.flags & TypeFlags.NonPrimitive) !== 0; constant