JSPM

  • Created
  • Published
  • Downloads 42
  • Score
    100M100P100Q75014F
  • License MIT

Make exports from inside a script tag accessible from the DOM.

Package Exports

  • be-exportable
  • be-exportable/be-exportable.js

Readme

be-exportable

Make exports from inside a script tag accessible from the DOM.

<script nomodule be-exportable>
    export const foo = 'bar';
    
</script>

Exports get assigned to proxy associated with be-exportable - can emit events since based on be-decorated. Accessed via be-observant.