smartfile/ts/test.ts
2015-11-03 20:22:16 +01:00

4 lines
178 B
TypeScript

/// <reference path="typings/tsd.d.ts" />
var smartfile = require("./index.js");
var pr = require("pushrocks")
pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt"));