Update typings to 1.0.x.

This commit is contained in:
József Farkas
2016-05-22 23:50:54 +02:00
parent 321786b055
commit a3396334ae
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="../typings/main/ambient/node/index.d.ts" />
/// <reference path="../typings/globals/node/index.d.ts" />
import {Serializable} from './Serializable';
import {UhkBuffer} from './UhkBuffer';