UNPKG

eslint-plugin-sonarjs

Version:
7 lines (6 loc) 312 B
export declare const collectionConstructor: string[]; export declare const writingMethods: string[]; export declare const sortLike: string[]; export declare const copyingSortLike: string[]; export declare function flatMap<A, B>(xs: A[], f: (e: A) => B[]): B[]; export declare function last<T>(arr: Array<T>): T;