1.0.2 • Published 5 years ago

umd-design-pattern v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Universal Module Boilerplate

UMD # If you want your plugin to work with RequireJS, Node, or Browserify, you should use a Universal Module Definition (UMD) pattern. This wrapper for your plugin provides support for AMD and CommonJS modules, as well as global variables (like you would use with a revealing module pattern).

Universal Module Definition