addon-tools-el/install.d.ts

3 lines
73 B
TypeScript

declare const install: (folder: string) => void;
export default install;