Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 845 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 845 Bytes

lodash-firecloud Build Status

lodash-firecloud is a collection of lodash mixins.

For available functionality, see

Example

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

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

_.mixin({promisify});

License

Apache 2.0