UNPKG

@acot/utils

Version:
2 lines (1 loc) 122 B
export declare const tryResolveModule: <T = unknown>(id: string, from?: string | undefined) => [T, null] | [null, Error];