Skip to content

Instantly share code, notes, and snippets.

View muratg's full-sized avatar

Murat Girgin muratg

View GitHub Profile
@muratg
muratg / jasmine.d.ts
Created November 28, 2012 05:48
TypeScript declarations (typings) file for Jasmine JavaScript testing framework
// 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 {