fix(embed-node): import missing module to work with fs (#416)

This commit is contained in:
Artem Derevnjuk
2017-10-28 05:17:26 +03:00
committed by calebboyd
parent aba3047191
commit 6f553d0fba
+1
View File
@@ -1,5 +1,6 @@
import { createHash } from 'crypto'
import * as path from 'path'
import * as fs from 'fs'
export interface EmbedNodeModuleOptions {
[key: string]: { additionalFiles: string[] } | true