1.0.4 • Published 6 months ago

@types/hull.js v1.0.4

Weekly downloads
67
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/hull.js

Summary

This package contains type definitions for hull.js (https://github.com/AndriiHeonia/hull).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hull.js.

index.d.ts

// Type definitions for hull.js 1.0
// Project: https://github.com/AndriiHeonia/hull
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Builds concave hull by a set of points.
 *
 * @param pointSet - Array of coordinates
 * @param concavity
 * @param format Points format
 */
declare function hull(pointSet: number[][] | object[], concavity?: number, format?: string[]): number[][] | object[];

export = hull;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:50 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.0.4

6 months ago

1.0.3

7 months ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

4 years ago