tryIt.d.ts 118 B

12345
  1. import types = require('./types');
  2. declare function tryIt(fn: types.AnyFn, cb?: types.AnyFn): void;
  3. export = tryIt;