UNPKG

86 BTypeScriptView Raw
1declare const contains: (arr: any[], value: any) => boolean;
2export default contains;