UNPKG

@gaoding/editor-sdk

Version:

稿定编辑器对外 SDK

6 lines (5 loc) 237 B
export declare function copyFile(file: File | Blob): Promise<File>; export declare function handleFunsErrors<T extends { [k: string]: any; }>(methods: T): T; export declare function assert(condition: boolean, message: string): void;