From 5e0ae37bedb585846866b6ae8d4db7c97ddc367d Mon Sep 17 00:00:00 2001 From: CiriousJoker Date: Wed, 10 Oct 2018 21:56:59 +0200 Subject: [PATCH] Just added $ to the global exports (#29449) --- types/cash/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/cash/index.d.ts b/types/cash/index.d.ts index efa108e5f8..c02457fc5b 100644 --- a/types/cash/index.d.ts +++ b/types/cash/index.d.ts @@ -493,3 +493,4 @@ declare module "cash" { export = CashStatic; } declare var cash: CashStatic; +declare var $: CashStatic;