UNPKG

@antv/util

Version:

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

3 lines (2 loc) 86 B
declare const pullAt: <T>(arr: T[], indexes: number[]) => T[]; export default pullAt;