UNPKG
vectors-chunkers
Version:
latest (1.0.2)
1.0.2
1.0.1
A flexible text and data chunking library for vector databases and LLMs
vectors-chunkers
/
test-chunker
/
node_modules
/
dunder-proto
/
set.d.ts
5 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
declare
function
setDunderProto<P
extends
null
|
object
>(
target
: {},
proto
: P): P;
declare
const
x
:
false
|
typeof
setDunderProto;
export
= x;