• Preparing search index...
  • The search index is not available
ml-spectra-processing
  • ml-spectra-processing
  • xyObjectCheck

Function xyObjectCheck

  • xyObjectCheck(
        points?: Point[],
        options?: XYObjectCheckOptions,
    ): asserts points is Point[]
  • Throws an error if it's not an array of x,y objects. Only checks the first element.

    Parameters

    • Optionalpoints: Point[]

      List of points.

    • options: XYObjectCheckOptions = {}

      Additional checks.

    Returns asserts points is Point[]

    • Defined in src/xyObject/xyObjectCheck.ts:17

Settings

Member Visibility
ml-spectra-processing
  • Loading...