smartfile/test.js

5 lines
180 B
JavaScript
Raw Normal View History

2015-11-03 19:22:16 +00:00
/// <reference path="typings/tsd.d.ts" />
2015-11-03 19:14:41 +00:00
var smartfile = require("./index.js");
2015-11-03 19:19:46 +00:00
var pr = require("pushrocks");
pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt"));