UNPKG

140 BTypeScriptView Raw
1declare function endsWith(arr: string, e: string): boolean;
2declare function endsWith<T>(arr: T[], e: T): boolean;
3export default endsWith;