Current section

Files

Jump to
scriptorium src ffi_meta_url.mjs
Raw

src/ffi_meta_url.mjs

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