From 6f05972493de09402f4122709e5d1ac199f56afe Mon Sep 17 00:00:00 2001 From: Nikita Monastyrskiy Date: Fri, 10 Feb 2023 20:10:15 +0200 Subject: [PATCH] Add content to fs-extra (#3433) --- .../nodejs/content/105-nodejs-working-with-files/105-fs-extra.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roadmaps/nodejs/content/105-nodejs-working-with-files/105-fs-extra.md b/src/roadmaps/nodejs/content/105-nodejs-working-with-files/105-fs-extra.md index 8795d3f38..e7655f929 100644 --- a/src/roadmaps/nodejs/content/105-nodejs-working-with-files/105-fs-extra.md +++ b/src/roadmaps/nodejs/content/105-nodejs-working-with-files/105-fs-extra.md @@ -5,3 +5,4 @@ fs-extra adds file system methods that aren't included in the native fs module a Visit the following resources to learn more: - [Official Website](https://www.npmjs.com/package/fs-extra) +- [fs-extra vs fs](https://ar.al/2021/03/07/fs-extra-to-fs/)