fix: Added the "Blob" type to the "rom" argument of the "launch" meth… #180
Annotations
2 errors and 1 warning
src/nostalgist.ts#L147
Argument of type '{ core: string; size: number; type: string; arrayBuffer(): Promise<ArrayBuffer>; slice(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob; stream(): ReadableStream<...>; text(): Promise<...>; } | { ...; }' is not assignable to parameter of type 'NostalgistLaunchOptions' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
|
This job failed
Loading