Recetaoptionoption/constructorsfunctionsFunction: none()On this pageFunction: none() none<T>(): None Defined in: option/constructors/index.ts:32 Creates a None Option representing absence of a value. Type Parameters T T = never Returns None A None Option Example const result = none()// => { _tag: 'None' }