This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // jasmine.d.ts -- Declarations for jasmine >= 1.0.26 | |
| // | |
| // Jasmine (c) Pivotal Labs | |
| // | |
| // Hand written by Murat Girgin | |
| // based on Jasmine specs: http://pivotal.github.com/jasmine/ | |
| // initial code from: http://chutzpah.codeplex.com/discussions/398033 | |
| // | |
| declare interface Matcher { |
NewerOlder