File: amd.js

package info (click to toggle)
es-module-loader-0.17.js 0.17.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 548 kB
  • sloc: javascript: 2,324; makefile: 13
file content (5 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (2)
1
2
3
4
5
define(['./amd-dep.js'], function(dep) {
  return {
    format: dep.name
  };
});