optional-chain icon indicating copy to clipboard operation
optional-chain copied to clipboard

Add `None` as alias for `optional(null)`

Open fredvollmer opened this issue 5 years ago • 0 comments

It would be awesome to have some Scala-esque syntactic sugar around creating an empty Option...my proposed solution would be

export const None = optional(null);

fredvollmer avatar Apr 05 '19 18:04 fredvollmer