Just ordinary people who enjoying(probably) his coding life .
import {Activites, Responsibility, Suffer} from 'life'
import {spirit} from 'life-items'
type lifeProps = {
ideas: typeof Activites,
motivation: typeof Responsibility | typeof Suffer,
}
fn main({ideas, motivation}: lifeProps) {
let toDo = "Code";
if (ideas & motivation) {
return toDo + spirits
}
return toDo = 'δΊΊηγεγ'
}