UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

4 lines (3 loc) 146 B
declare function startsWith(arr: string, e: string): boolean; declare function startsWith<T>(arr: T[], e: T): boolean; export default startsWith;