@types/alpha-shape
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Installation

npm install --save @types/alpha-shape

Summary

This package contains type definitions for alpha-shape (https://github.com/mikolalysenko/alpha-shape).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/alpha-shape.

index.d.ts

/*
 * Constructing alpha shapes for point sets.
 */

export = alpha_shape;

declare function alpha_shape(alpha: number, points: number[][]): number[][];

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/alpha-shape

Weekly Downloads

138

Version

1.0.4

License

MIT

Unpacked Size

2.67 kB

Total Files

5

Last publish

Collaborators

  • types