mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-27 15:26:56 +00:00
4 lines
55 B
TypeScript
4 lines
55 B
TypeScript
export default object => ({
|
|
type: 'Undo',
|
|
object
|
|
});
|