Function isMathSnak

  • Parameters

    • snak: Snak

      the snak to check

    Returns snak is MathSnak

    true if the snak is a MonolingualTextSnak

    Example

    if (isMonolingualTextSnak(snak)) {
    // do something
    }

Generated using TypeDoc