From 844f138908a30fa6daa904beafab85823c6d47d7 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 2 Jun 2017 16:06:26 +0200 Subject: Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapper --- src/globals.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/globals.d.ts') diff --git a/src/globals.d.ts b/src/globals.d.ts index 0f2fe0f2f..0af1554a1 100644 --- a/src/globals.d.ts +++ b/src/globals.d.ts @@ -13,6 +13,12 @@ declare interface Schema { // disallow `namespace`, we disable tslint for the following. /* tslint:disable */ declare namespace Chai { + interface NumberComparer { + (value: number|BigNumber.BigNumber, message?: string): Assertion; + } + interface NumericComparison { + greaterThan: NumberComparer; + } interface Assertion { bignumber: Assertion; // HACK: In order to comply with chai-as-promised we make eventually a `PromisedAssertion` not an `Assertion` -- cgit v1.2.3