full-moon icon indicating copy to clipboard operation
full-moon copied to clipboard

implement table type access modifiers

Open jackdotink opened this issue 6 months ago • 1 comments

Implements table type access modifiers:

type foo = {
    read bar: number
    write baz: string,
}

jackdotink avatar Aug 04 '24 22:08 jackdotink