• Retrieves the state object for the given State short name (e.g., 'CA') else undefined

    Example

    const stateIID = getStateByShortName('CA').id  //  The internal ID (iid) of the California State record
    

    Parameters

    • string: any

    Returns undefined | State

Generated using TypeDoc