1
2
3
4
5
export function pocket() {
return {
get greeting() { return 'hi there' }
}
}