mirror of
https://github.com/misskey-dev/media-proxy.git
synced 2025-04-29 10:57:30 +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]>;
|