Files
ServiceManager/frontend/node_modules/safe-push-apply/index.d.ts
2026-01-01 17:40:53 +01:00

7 lines
119 B
TypeScript

declare function safePushApply<T, S extends T>(
target: T[],
source: ArrayLike<S>,
): void;
export = safePushApply;