UNPKG
@imjxsx/localdb
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
A lightweight MongoDB-style BSON database for Node.js
github.com/imjxsx/localdb
imjxsx/localdb
@imjxsx/localdb
/
dist
/
utils
/
converters.d.ts
3 lines
•
154 B
TypeScript
View Raw
1
2
3
export
declare
function
toString
(
value
:
unknown
):
string
;
export
declare
function
toError
(
value
:
unknown
):
Error
;
//# sourceMappingURL=converters.d.ts.map