Skip to content

Instantly share code, notes, and snippets.

@Spice-Z
Spice-Z / index.js
Created December 7, 2020 02:28
Footer.svelteをコンパイルした姿
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Footer = factory());
}(this, (function () { 'use strict';
function noop() { }
function run(fn) {
return fn();
}