amd.js 105 B

1234567
  1. /*global define:false*/
  2. import moment from "./moment";
  3. define([], function () {
  4. return moment;
  5. });