1 import * as a
from "liba.so";
2 function assert(expr
) {
7 var ctx
= new a
.lpf(10, 0.01);
10 assert("ctx.alpha != undefined");
11 assert("ctx.output != undefined");
12 var ctx
= new a
.lpf(0.1);
15 assert("ctx.alpha != undefined");
16 assert("ctx.output != undefined");