Skip to content

Window.li method

Window › li

Unofficial

Minified helper to copy properties from source to target object.

Signature:

li(target: object, source: object): object

Parameters:

Parameter Type Description
target object The target object to copy properties to.
source object The source object to copy properties from.

Returns: objectThe target object with copied properties.