@types/hull.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

/**
 * 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: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/hull.js

Weekly Downloads

680

Version

1.0.4

License

MIT

Unpacked Size

2.88 kB

Total Files

5

Last publish

Collaborators

  • types