This commit is contained in:
Philipp Kunz
2015-11-03 20:29:19 +01:00
parent 12500a0900
commit 7da57901dd
5 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,5 @@
/// <reference path="typings/tsd.d.ts" />
var path = require("path");
var pr = require("pushrocks");
var fs = require("fs");
var smartfile:any = {

View File

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