mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-14 20:00:39 -07:00
7 lines
171 B
TypeScript
7 lines
171 B
TypeScript
declare module 'rollup-plugin-uglify' {
|
|
export function uglify (): any
|
|
}
|
|
declare module 'rollup-plugin-replace' {
|
|
export default function replace(options: any): any
|
|
}
|