UNPKG

unplugin-typedotenv

Version:

typedotenv plugin for webpack/vite (dotenv utility for TypeScript)

8 lines (5 loc) 207 B
import * as unplugin from 'unplugin'; import { Options } from './index.js'; import '@typedotenv/core'; declare const _default: (options: Options) => unplugin.EsbuildPlugin; export { _default as default };