8000 GitHub - ysoftwareab/lodash-y: Fork of https://github.com/tobiipro/lodash-firecloud
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ysoftwareab/lodash-y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lodash-y Build Status

lodash-y is a collection of lodash mixins.

For available functionality, see

Example

// use as a lodash superset
import _ from 'lodash-y';
// mix in all functions
import _ from lodash;
import {
  mixins as yMixins
} from 'lodash-y';

_.mixin(yMixins);
// mix in only specific functions
import _ from lodash;
import promisify from 'lodash-y/lib/mixins/promisify';

_.mixin({promisify});

License

Apache 2.0

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0