UNPKG

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