mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
6 lines
191 B
TypeScript
6 lines
191 B
TypeScript
import { getSourcesImpl } from '@electron/internal/browser/desktop-capturer';
|
|
|
|
export async function getSources (options: Electron.SourcesOptions) {
|
|
return getSourcesImpl(null, options);
|
|
}
|