index.js 349 B

12345678910111213141516
  1. /**
  2. * Name: Metaverse
  3. * Date: 2022/4/8
  4. * Author: https://www.4dkankan.com
  5. * Copyright © 2022 4DAGE Co., Ltd. All rights reserved.
  6. * Licensed under the GLP license
  7. */
  8. (function (factory) {
  9. typeof define === 'function' && define.amd ? define(factory) :
  10. factory();
  11. })((function () { 'use strict';
  12. alert(2);
  13. }));
  14. //# sourceMappingURL=index.js.map