- Preparing search index...
- The search index is not available
Deepkit
Class StopwatchStoreAbstract
Methods
Abstract
getZone
- getZone(): undefined | {
[name: string]: any;
}
-
Returns undefined | {
[name: string]: any;
}
Abstract
run
- run<T>(data: {
[name: string]: any;
}, cb: (() => Promise<T>)): Promise<T>
-
Parameters
-
data: {
[name: string]: any;
}
-
cb: (() => Promise<T>)
-
- (): Promise<T>
-
Returns Promise<T>
Returns Promise<T>
Protected
sync
- sync(): void
-
Returns void