smartfile/test.js

5 lines
190 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:29:19 +00:00
var beautylog = require("beautylog")("os");
beautylog.info(smartfile.readFileToString("./test/mytest.txt"));