
export const parsed = (msg: string) => {
	const payload = JSON.parse(msg)
	return payload
}
