Searched refs:AssertionKeys (Results 1 – 1 of 1) sorted by relevance
36 type AssertionKeys = MatchingKeys<typeof Debug, AnyFunction>; alias73 …const assertionCache: Partial<Record<AssertionKeys, { level: AssertionLevel, assertion: AnyFunctio…85 for (const key of getOwnKeys(assertionCache) as AssertionKeys[]) {105 … function shouldAssertFunction<K extends AssertionKeys>(level: AssertionLevel, name: K): boolean {