Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Created November 7, 2017 22:31
Show Gist options
  • Save Jahans3/17944a388a9bbd9b78e6e0d87a7acf5a to your computer and use it in GitHub Desktop.
Save Jahans3/17944a388a9bbd9b78e6e0d87a7acf5a to your computer and use it in GitHub Desktop.
// 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