UNPKG

tsd-check

Version:
11 lines (10 loc) 295 B
interface Options { cwd: string; } declare const _default: (options?: Options) => Promise<import("./interfaces").Diagnostic[]>; /** * Type check the type definition of the project. * * @returns A promise which resolves the diagnostics of the type definition. */ export default _default;