Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 863 Bytes

api-extractor-lib1-test.api.md

File metadata and controls

40 lines (33 loc) · 863 Bytes

API Report File for "api-extractor-lib1-test"

Do not edit this file. It is a report generated by API Extractor.

// Warning: (ae-forgotten-export) The symbol "Lib1ForgottenExport" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export class Lib1Class extends Lib1ForgottenExport {
    // (undocumented)
    readonly readonlyProperty: string;
    // (undocumented)
    writeableProperty: string;
}

// @public (undocumented)
export type Lib1GenericType<T1, T2> = {
    one: T1;
    two: T2;
};

// @alpha (undocumented)
export interface Lib1Interface {
}

// @public (undocumented)
export namespace Lib1Namespace {
    // (undocumented)
    export namespace Inner {
        // (undocumented)
        export class X {
        }
    }
    // (undocumented)
    export class Y {
    }
}