Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 492 Bytes

File metadata and controls

19 lines (14 loc) · 492 Bytes

API Report File for "api-extractor-scenarios"

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

// @public (undocumented)
export class Combiner {
    // @alpha (undocumented)
    alphaMember(x: boolean, y: boolean): boolean;
    // @beta (undocumented)
    betaMember(x: string, y: string): string;
    // (undocumented)
    publicMember(x: number, y: number): number;
}

// (No @packageDocumentation comment for this package)