Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-redux/ember-lodash-es-shim
Ember shim for lodash-es
https://github.com/ember-redux/ember-lodash-es-shim
Last synced: about 1 month ago
JSON representation
Ember shim for lodash-es
- Host: GitHub
- URL: https://github.com/ember-redux/ember-lodash-es-shim
- Owner: ember-redux
- License: mit
- Created: 2017-04-16T23:45:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T02:41:13.000Z (over 6 years ago)
- Last Synced: 2024-10-04T16:17:30.272Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-lodash-es-shim
[![Travis][ci-img]][ci-url] [![NPM][npm-img]][npm-url] ![Ember][ember-img]
## Installation
```bash
ember install ember-lodash-es-shim
```## Usage
```js
import isPlainObject from 'lodash/isPlainObject';
```To learn more about `lodash` and how to use it visit the [lodash](https://github.com/lodash/lodash) Github page.
[ci-img]: https://img.shields.io/travis/ember-redux/ember-lodash-es-shim.svg "Travis CI Build Status"
[ci-url]: https://travis-ci.org/ember-redux/ember-lodash-es-shim
[ember-img]: https://img.shields.io/badge/ember-1.13.13+-green.svg "Ember 1.13.13+"
[npm-img]: https://img.shields.io/npm/v/ember-lodash-es-shim.svg "NPM Version"
[npm-url]: https://www.npmjs.com/package/ember-lodash-es-shim