UNPKG
@alpinebuster/meshlib
Version:
beta (0.1.1)
latest (0.5.0)
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
JS/TS binding for the meshlib.
github.com/alpinebuster/meshlib
alpinebuster/meshlib
@alpinebuster/meshlib
/
lib
/
node
/
index.d.ts
8 lines
(7 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
createMeshLib
from
'./MRJavaScript.js'
;
export
{ createMeshLib };
export
declare
const
create
:
typeof
createMeshLib;
export
type
MRMesh
=
Awaited
<
ReturnType
<
typeof
createMeshLib>>;
export
declare
const
MRMesh
: {
create
:
typeof
createMeshLib; };