Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchUtilities.ts476 export interface WatchFactory<X, Y = undefined> { interface
Dwatch.ts430 interface WatchFactory<X, Y = undefined> extends ts.WatchFactory<X, Y> { interface