Edit File: resolve.d.ts
export default function resolve(input: string, base: string | undefined): string;
Back