Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 607 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 607 Bytes

ember-async-shim

Ember Observer Score

Import Async helper functions using ES6 syntax.

Installation

  • ember install ember-async-shim

Usage

After installation, module can be imported using es6 syntax:

import Async from 'async'

Note: async will still be bound to global window variable (window.async)

Running Tests

  • ember test

For more information on using ember-cli, visit https://ember-cli.com/.