Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
6
export
default
interface
Type {
7
(Path: string): Promise<ParsedPath[
"dir"
]>;
8
}
9
import
type
{ ParsedPath } from
"path"
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected