UNPKG

191 BTypeScriptView Raw
1declare module 'testdouble-jasmine' {
2 import { CustomMatcherFactories } from 'jasmine-core';
3 export function get(td: any): CustomMatcherFactories;
4 export function use(td: any): any;
5}
6