chore: remove unused methods

This commit is contained in:
calebboyd
2019-04-04 19:14:42 -05:00
parent 75ae41b7b9
commit 255f3887c7
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -37,11 +37,7 @@ function shimFs(binary: NexeBinary, fs: any = require('fs')) {
notAFile = '!@#$%^&*',
isWin = process.platform.startsWith('win'),
isString = (x: any): x is string => typeof x === 'string' || x instanceof String,
isNotFile = () => false,
isNotDirectory = isNotFile,
isFile = () => true,
noop = () => {},
isDirectory = isFile,
path = require('path')
let log = (text: string) => true