fix(embed-node): import missing module to work with fs (#416)
This commit is contained in:
committed by
calebboyd
parent
aba3047191
commit
6f553d0fba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user