All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.apollo-codegen-core.lib.utilities.array.d.ts Maven / Gradle / Ivy

declare global {
    interface Array {
        flatMap(callbackfn: (value: T, index: number, array: T[]) => U[] | undefined, thisArg?: any): U[];
    }
}
export declare function maybePush(list: T[], item: T): T[];




© 2015 - 2025 Weber Informatics LLC | Privacy Policy