astro-ghostcms/.pnpm-store/v3/files/0d/c9ad5654904109b59e730653e17...

8 lines
192 B
Plaintext

export = isSubdir
declare function isSubdir (parentDir: string, subdir: string): boolean
declare namespace isSubdir {
export function strict (parentDir: string, subdir: string): boolean
}