pull-at.d.ts 86 B

12
  1. declare const pullAt: <T>(arr: T[], indexes: number[]) => T[];
  2. export default pullAt;