Skip to content

Commit

Permalink
Merge pull request #11 from cowboyd/cl/getownpropertydescriptors-poly…
Browse files Browse the repository at this point in the history
…fill

Polyfill getOwnPropertyDescriptors
  • Loading branch information
cowboyd authored Jan 19, 2018
2 parents cb0ebe7 + afbad47 commit 7314004
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
3 changes: 2 additions & 1 deletion src/typeclasses.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { assign, keys, getOwnPropertyDescriptors } = Object;
import getOwnPropertyDescriptors from 'object.getownpropertydescriptors';
const { assign, keys } = Object;

export function type(Class) {

Expand Down

0 comments on commit 7314004

Please sign in to comment.