UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

7 lines (5 loc) 119 B
declare function safePushApply<T, S extends T>( target: T[], source: ArrayLike<S>, ): void; export = safePushApply;