UNPKG

@import-meta-env/unplugin

Version:

Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.

5 lines (4 loc) 77 B
export type Replacement = { regexp: RegExp; substitution: string; };