@m-bock/gcode-viewer-core
    Preparing search index...

    Variable mkMaybeConst

    mkMaybe: { Just: <A>(_: A) => Maybe<A>; Nothing: <A>(_: void) => Maybe<A> }

    Type Declaration

    • ReadonlyJust: <A>(_: A) => Maybe<A>
    • ReadonlyNothing: <A>(_: void) => Maybe<A>