UNPKG

@prisma/sdk

Version:
5 lines (4 loc) 274 B
import { default as _resolve } from 'resolve'; declare function resolve(id: string, options: _resolve.AsyncOpts): Promise<string | undefined>; declare function resolvePkg(id: string, options: _resolve.AsyncOpts): Promise<string | undefined>; export { resolve, resolvePkg };