UNPKG

suntdolores

Version:

Verifies that typescript examples in markdown files actually compile.

10 lines (9 loc) 244 B
export declare type PackageDefinition = { readonly name: string; readonly main: string; readonly packageRoot: string; }; export declare class PackageInfo { private constructor(); static read(): Promise<PackageDefinition>; }