@pathmaker-digital/pmd-utilities - v2.2.6
    Preparing search index...

    Function None

    • Represents the absence of a value.

      Returns Option<never>

      An Option of kind "none".

      const maybeEmpty = None();
      console.log(maybeEmpty.kind); // "none"