/// <reference types="./emittable.d.ts" />

import "./polyfill.ts";

export const a = "a";

console.log(globalThis.polyfill);