UNPKG

rollup-plugin-consts

Version:
8 lines (7 loc) 173 B
declare module 'consts:*' { /** * Constant that will be inlined by Rollup and rollup-plugin-consts. */ const constant: any; export default constant; }