File "amd-named.js"

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

/*global define:false*/

import moment from "./moment";

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