Function isGeoShapeSnak

  • Tests if a snak is a GeoShapeSnak.

    Parameters

    • snak: Snak

      The snak to check.

    Returns snak is GeoShapeSnak

    True if the snak is a GeoShapeSnak.

    if (isGeoShapeSnak(snak)) {
    // Do something
    }