mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-18 12:20:15 +00:00
barrel node specific modules to summarise the warnings
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* eslint-disable obsidianmd/no-nodejs-builtins */
|
||||
import * as nodeFs from "node:fs";
|
||||
import * as nodeFsPromises from "node:fs/promises";
|
||||
import * as nodePath from "node:path";
|
||||
import * as nodeReadlinePromises from "node:readline/promises";
|
||||
|
||||
export {
|
||||
nodeFs as fs,
|
||||
nodeFsPromises as fsPromises,
|
||||
nodePath as path,
|
||||
nodeReadlinePromises as readline,
|
||||
};
|
||||
Reference in New Issue
Block a user