@abmao/forb
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,3 +5,2 @@ export type packagesDir = { | ||
} | ||
export type getPackagesDir = | ||
(packagesPath: string = 'packages/*') => Promise<packagesDir> | ||
export declare function getPackagesDir (packagesPath: string = 'packages/*'): Promise<packagesDir> |
{ | ||
"name": "@abmao/forb", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Get the directory path of `packages` and `packages.json` path", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1911