mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fixed problems suggested by Travis
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/// <reference path="bytebuffer.d.ts" />
|
||||
|
||||
import ByteBuffer = require("bytebuffer");
|
||||
|
||||
var bb = new ByteBuffer()
|
||||
.writeIString("Hello world!")
|
||||
.flip();
|
||||
console.log(bb.readIString()+" from bytebuffer.js");
|
||||
Reference in New Issue
Block a user