Window.mo method
Window › mo
Unofficial
Minified helper to omit specified properties from an object.Signature:
mo(target: object, propertyNames: string[]): objectParameters:
| Parameter | Type | Description |
|---|---|---|
| target | object | The source object to omit properties from. |
| propertyNames | string[] | The names of the properties to exclude. |
Returns: object — A new object without the specified properties.