Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/@nodelib/fs.stat/out/types/index.d.ts')
-rw-r--r--assets/node_modules/@nodelib/fs.stat/out/types/index.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/node_modules/@nodelib/fs.stat/out/types/index.d.ts b/assets/node_modules/@nodelib/fs.stat/out/types/index.d.ts
new file mode 100644
index 0000000..227f7bf
--- /dev/null
+++ b/assets/node_modules/@nodelib/fs.stat/out/types/index.d.ts
@@ -0,0 +1,5 @@
+/// <reference types="node" />
+import * as fs from 'fs';
+export declare type Stats = fs.Stats;
+export declare type ErrnoException = NodeJS.ErrnoException;
+//# sourceMappingURL=index.d.ts.map \ No newline at end of file