UNPKG

81 BTypeScriptView Raw
1declare const pull: <T>(arr: T[], ...values: any[]) => T[];
2export default pull;