Files
crawlab/frontend/crawlab-ui/typings/utils/array.d.ts

2 lines
70 B
Go

export declare const isDuplicated: <T = any>(array?: T[]) => boolean;