X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a9ba50241080a83734e8aea0f230cc3fc3f3b7ca..a9bd08dd21a33168b1bc95a46d16c7947a9440d8:/typings/global.d.ts diff --git a/typings/global.d.ts b/typings/global.d.ts index b9f1cc6277..93aa3cf108 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -13,4 +13,8 @@ declare interface System { declare var System: System; declare module 'react-splitter-layout'; -declare module 'react-rte'; \ No newline at end of file +declare module 'react-rte'; + +declare module 'is-image' { + export default function isImage(value: string): boolean; +} \ No newline at end of file