UNPKG

idsaepe

Version:
3 lines (2 loc) 175 B
export declare const asyncDecorator: <T>(fn: () => T) => () => Promise<T>; export declare const assertDefined: <T>(value: T | null | undefined, errMsg: string) => value is T;