fix: use types and util locally
This commit is contained in:
parent
b46bd6048e
commit
469f02b69f
|
@ -1,5 +1,6 @@
|
||||||
import { log, logErr } from "./log.js";
|
import { log, logErr } from "./log.js";
|
||||||
import { DataFn, Err, ErrTuple, bufToB64, encodeU64 } from "@lumeweb/libweb";
|
import { DataFn, Err, ErrTuple } from "../types.js";
|
||||||
|
import { bufToB64, encodeU64 } from "../util.js";
|
||||||
|
|
||||||
// queryResolve is the 'resolve' value of a promise that returns an ErrTuple.
|
// queryResolve is the 'resolve' value of a promise that returns an ErrTuple.
|
||||||
// It gets called when a query sends a 'response' message.
|
// It gets called when a query sends a 'response' message.
|
||||||
|
|
Loading…
Reference in New Issue