UNPKG

@sapien/core.types

Version:

The Missing AI / ML Library for JavaScript.

9 lines 250 B
import { suite, test, slow, timeout } from "mocha-typescript"; import * as assert from "assert" ; import { Tensor } from '@types'; // import { hello } from '../src/index'; @suite class Test{ @test testHello(){ var t = new Tensor() } }