mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Move all packages to a types directory
This commit is contained in:
8
types/bytebuffer/bytebuffer-tests.ts
Normal file
8
types/bytebuffer/bytebuffer-tests.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
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