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