@bytebury/sauce - v1.4.0
    Preparing search index...

    Function Some

    • An Option that will always have some value.

      You cannot put null into a Some.

      Type Parameters

      • T

      Parameters

      • value: NonNullable<T>

      Returns Option<NonNullable<T>>

      an error if you try to give null or undefined.