mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export const createMember = (data: unknown) => {
|
|
console.log(data)
|
|
}
|