File: exporter.js

package info (click to toggle)
node-es6-module-transpiler 0.10.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 684 kB
  • sloc: makefile: 2; sh: 2
file content (4 lines) | stat: -rw-r--r-- 55 bytes parent folder | download | duplicates (3)
1
2
3
4
/* jshint esnext:true */

class Foo {}
export { Foo };