diff --git a/src/esmock.d.ts b/src/esmock.d.ts index 03135a7..7bbabfd 100644 --- a/src/esmock.d.ts +++ b/src/esmock.d.ts @@ -1,5 +1,5 @@ type MockMap = { [specifier: string]: any } -type Resolver = (id: string, parent: string) => string +type Resolver = (id: string, parent: string) => string | null type Options = { strict?: boolean | undefined,