Created
November 7, 2017 22:31
-
-
Save Jahans3/17944a388a9bbd9b78e6e0d87a7acf5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ES6 Modules - recommended | |
import implement, { Interface, type } from 'implement-js' | |
// CommonJS | |
const implementjs = require('implement-js') | |
const implement = implementjs.default | |
const { Interface, type } = implementjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment