esbuild-plugin-umd-wrapper
Version:
UMD wrapper for esbuild
17 lines (16 loc) • 635 B
TypeScript
import type { UmdOptions } from "../declaration";
export declare const globalIdentifier = "typeof globalThis < \"u\" ? globalThis : typeof self < \"u\" ? self : this";
export declare const knownDepNames: {
react: string;
"react-dom": string;
"react-dom/client": string;
jquery: string;
lodash: string;
underscore: string;
cropperjs: string;
"@popperjs/core": string;
backbone: string;
};
export declare const defaultOptions: UmdOptions;
export declare const umdFooter = "\nif(__exports != exports)module.exports = exports;return module.exports}));";
export declare const supportedFormats: string[];