This commit is contained in:
Luiz Silva 2025-07-18 14:33:50 -03:00
parent ba0d7574ad
commit cd5d4a9568
3 changed files with 64 additions and 5 deletions

View file

@ -13,7 +13,7 @@ export const mapearPasta = ({
fs,
path,
}: {
/** import { globSync } from "glob" */
/** import { globSync } from "glob" // glob@11.0.3 */
globSync: typeof tipoGlobSync
/** import fs from "node:fs" */
fs: typeof tipofs