Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
safe-push-apply
/
index.d.ts
blob: 28d78ddbad62848aff6310ae5b01b1cd7fb3d51a [
file
] [
log
] [
blame
] [
edit
]
declare
function
safePushApply
<
T
,
S
extends
T
>(
target
:
T
[],
source
:
ArrayLike
<
S
>,
):
void
;
export
=
safePushApply
;