UNPKG

astro-compress

Version:
9 lines (8 loc) 164 B
import type { ParsedPath } from "node:path"; /** * @module Directory * */ export default interface Interface { (Path: string): Promise<ParsedPath["dir"]>; }