scriptorium/src/ffi_meta_url.mjs

3 lines
56 B
JavaScript

export function metaURL() {
return import.meta.url;
}