UNPKG

cep-bundler-core

Version:

Core functionality for making bundler extensions to compile CEP

11 lines (10 loc) 292 B
declare function _default({ isDev, bundleName, bundleId, hosts, bundleVersion, cepVersion, extensions }: { isDev: any; bundleName: any; bundleId: any; hosts: any; bundleVersion: any; cepVersion: any; extensions: any; }): string; export default _default;