MCPcopy
hub / github.com/vuejs/vuefire / expectType

Function expectType

tests/utils.ts:293–293  ·  view source on GitHub ↗
(_value: T)

Source from the content-addressed store, hash-verified

291
292export function tds(_fn: () => any) {}
293export function expectType<T>(_value: T): void {}
294export function expectError<T>(_value: T): void {}
295export function expectAssignable<T, T2 extends T = T>(_value: T2): void {}

Callers 3

list.spec.tsFile · 0.90
collection.spec.tsFile · 0.90
document.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected