UNPKG

@plugjs/plug

Version:
6 lines (5 loc) 176 B
/** * A pseudo-variable replaced by `ESBuild` resolving to either `__filename` * in CJS modules, or to `import.meta.url` in ESM modules. */ declare const __fileurl: string;