checking out new stuff

This commit is contained in:
Kevin Jahns
2015-06-15 14:53:02 +02:00
parent 1b63f5efde
commit 159f37474d
57 changed files with 220 additions and 160705 deletions

5
interfaces/jasmine.js Normal file
View File

@@ -0,0 +1,5 @@
/* @flow */
declare var describe : Function;
declare var it : Function;
declare var expect : Function;