mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 02:09:05 +01: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');
|
|
});
|
|
}
|