Skip to content

Instantly share code, notes, and snippets.

@xcambar
Created September 27, 2012 10:40
Show Gist options
  • Save xcambar/3793389 to your computer and use it in GitHub Desktop.
Save xcambar/3793389 to your computer and use it in GitHub Desktop.
Turning a 3rd party ES5-lib to an ES6 module
Module ModernizrLoader {
import * from "./modernizr.min.js"
export Modernizr
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment