database-petani-mobile/node_modules/safe-push-apply/index.d.ts
2026-02-23 16:39:35 +07:00

7 lines
119 B
TypeScript

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