MCPcopy Create free account
hub / github.com/PlayForm/Compress / Type

Interface Type

Target/Interface/Directory.d.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 *
5 */
6export default interface Type {
7 (Path: string): Promise<ParsedPath["dir"]>;
8}
9import type { ParsedPath } from "path";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected