node-web-audio-api icon indicating copy to clipboard operation
node-web-audio-api copied to clipboard

TypeScript type for mediaDevices missing from index.d.ts

Open trevorparscal opened this issue 1 year ago • 1 comments

I added this to my own module.d.ts and it worked.

declare module 'node-web-audio-api' {
	export const mediaDevices: Navigator[ 'mediaDevices' ];
}

However, I expect mediaDevices was omitted from index.d.ts in error.

trevorparscal avatar Feb 04 '24 00:02 trevorparscal