Add web interface and tests
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { describe, it } from "mocha";
|
||||
import { expect } from "chai";
|
||||
|
||||
import { WeakValueMap } from "../src/weakMap";
|
||||
import { WeakValueMap } from "../packages/opvault.js/weakMap";
|
||||
|
||||
declare const gc: () => void;
|
||||
|
||||
|
Reference in New Issue
Block a user