UNPKG

globload

Version:

A Node.js module loader for importing files using glob patterns, supporting specific exports and YAML parsing.

6 lines (4 loc) 131 B
import { register } from "node:module"; //#region src/register.ts register(new URL("./loader.js", import.meta.url)); //#endregion