Initial Save
This commit is contained in:
6
node_modules/safe-push-apply/index.d.ts
generated
vendored
Normal file
6
node_modules/safe-push-apply/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare function safePushApply<T, S extends T>(
|
||||
target: T[],
|
||||
source: ArrayLike<S>,
|
||||
): void;
|
||||
|
||||
export = safePushApply;
|
||||
Reference in New Issue
Block a user