Move assert functions to assert.ts

This commit is contained in:
László Monda
2016-04-01 02:42:40 +02:00
parent aa812a477b
commit fcd0d5b5b3
3 changed files with 40 additions and 40 deletions

View File

@@ -1,3 +1,4 @@
/// <reference path="assert.ts" />
/// <reference path="TypeChecker.ts" />
/// <reference path="Serializable.ts" />
/// <reference path="UhkBuffer.ts" />