Files
frontend/src/types/node-vibrant.d.ts
Bram Kragten 82f80db558 Update typescript, prettier, tslint -> eslint (#5536)
* Update typescript, prettier, tslint -> eslint

* Organize imports

* Use glob for eslint fix react import
2020-04-14 09:05:45 -07:00

6 lines
121 B
TypeScript

// eslint-disable-next-line no-var
declare var Vibrant: Any;
declare module "node-vibrant" {
export default Vibrant;
}