modules-skip-import-meta-export.mjs 58 Bytes
Newer Older
1 2 3
export function getImportMeta() {
  return import.meta;
}