UNPKG

native-file-system-adapter-ts

Version:
3 lines (2 loc) 179 B
import { SaveFilePickerOptions, FileSystemFileHandle } from './types'; export declare function showSaveFilePicker(options?: SaveFilePickerOptions): Promise<FileSystemFileHandle>;