@ladjs/pick-original
Transform an Object that was transformed to return only the original properties recursively picked if they are not undefined.
Table of Contents
Install
npm:
npm install @ladjs/pick-original
yarn:
yarn add @ladjs/pick-original
Usage
const pickOriginal = ; { docid = Date; return doc;} const original = foo: 'bar' ; const transformed = ; console; // { foo: 'bar' }
Contributors
Name | Website |
---|---|
Nick Baugh | http://niftylettuce.com/ |