electron/lib/browser/api/desktop-capturer.ts

5 lines
191 B
TypeScript

import { getSourcesImpl } from '@electron/internal/browser/desktop-capturer';
export async function getSources (options: Electron.SourcesOptions) {
return getSourcesImpl(null, options);
}