UNPKG

@bleed-believer/path-alias

Version:
4 lines (3 loc) 111 B
export type MkdirFunction = (path: string, options?: { recursive: true; }) => Promise<string | undefined>;