mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
7 lines
165 B
TypeScript
7 lines
165 B
TypeScript
declare module 'rollup-plugin-uglify' {
|
|
export function uglify (): any
|
|
}
|
|
declare module 'rollup-plugin-shim' {
|
|
export default function shim(options: any): any
|
|
}
|