UNPKG

nuxt-define

Version:

One utility function for module authors to define compiler constants for all builders supported by Nuxt.

4 lines 143 B
//#region src/index.d.ts declare function addDefinePlugin(define: Record<string, any>): Promise<void>; //#endregion export { addDefinePlugin };