mirror of
https://github.com/misskey-dev/media-proxy.git
synced 2025-05-03 04:47:28 +09:00
3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
export declare function createTemp(): Promise<[string, () => void]>;
|
|
export declare function createTempDir(): Promise<[string, () => void]>;
|