mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 17:59:05 +01:00
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
export default (object: any) => ({
|
|
type: 'Undo',
|
|
object
|
|
});
|