mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-31 13:32:15 +09:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
export default function(opts) {
|
|
return new Promise<string>((res, rej) => {
|
|
alert('input not implemented yet');
|
|
});
|
|
}
|