Merge pull request #2670 from jandersonBB/patch-1

Update jasmine.d.ts
This commit is contained in:
Basarat Ali Syed
2014-08-14 09:55:01 +10:00
+1
View File
@@ -45,6 +45,7 @@ declare module jasmine {
function createSpyObj<T>(baseName: string, methodNames: any[]): T;
function pp(value: any): string;
function getEnv(): Env;
function addMatchers(matchers: any): Any;
interface Any {