Current section

Files

Jump to
scriptorium src ffi_url.mjs
Raw

src/ffi_url.mjs

export function fromString(str) {
return new URL(str);
}