Function isUndefined

  • Example

    import * as G from "flurp/guard";

    G.isUndefined(undefined); // true
    G.isUndefined(null); // false

    Parameters

    • x: unknown

    Returns boolean