This package has been deprecated

Author message:

see @kingjs/descriptor.scorch

@kingjs/mutate.scorch

1.0.4 • Public • Published

@kingjs/mutate.scorch

Deletes properties with undefined value.

Usage

var scorch = require('@kingjs/mutate.scorch');

var source = { a: undefined };
var result = scorch.call(source);
'a' in result;

result:

`false`

API

declare function scorch(
  this: any
): any

Parameters

  • this: Object whose properties with undefined values are to be deleted.

Returns

Returns this after properties with undefined value have been deleted.

Install

With npm installed, run

$ npm install @kingjs/mutate.scorch

License

MIT

Analytics

Readme

Keywords

none

Package Sidebar

Install

npm i @kingjs/mutate.scorch

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

2.47 kB

Total Files

4

Last publish

Collaborators

  • kingces95