Fill remainder of graceful-fs

It's just fs. Used by fs-extra.
This commit is contained in:
Asher 2019-03-12 15:50:41 -05:00
parent f7c1ebf667
commit 6c8e513e71
No known key found for this signature in database
GPG Key ID: 7BB4BA9C783D2BBC
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
export const gracefulify = (): void => undefined;
export * from "fs";