UNPKG

@netlify/build

Version:
9 lines (8 loc) 221 B
export function tryResolvePath(path: any, basedir: any): Promise<{ path: any; error?: undefined; } | { error: any; path?: undefined; }>; export function resolvePath(path: any, basedir: any): Promise<any>;