File "amd.js"

Full Path: /home/cananyalcin/public_html/vendors/moment/templates/amd.js
File size: 105 bytes
MIME-type: text/x-java
Charset: utf-8

/*global define:false*/

import moment from "./moment";

define([], function () {
    return moment;
});