lint compliance

This commit is contained in:
ansuz 2022-07-25 16:10:34 +05:30
parent d9eb0bf7d6
commit 893297899f
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* globals process */
var Fs = require("fs");
var Fse = require("fs-extra");
var Path = require("path");