Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 763 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 763 Bytes

ember-reselect-shim

Travis NPM Ember

Installation

ember install ember-reselect-shim

Usage

import reselect from 'reselect';
const { createSelector } = reselect;

To learn more about reselect and how to use it visit the reselect Github page.