5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
import { polyfill } from './mod.js'
|
|
|
|
export * from './mod.js'
|
|
|
|
polyfill(globalThis)
|