UNPKG

@langchain/core

Version:
1 lines 501 B
{"version":3,"file":"hash.d.ts","names":["sha256","HashKeyEncoder"],"sources":["../../src/utils/hash.d.ts"],"sourcesContent":["export { sha256 } from \"./js-sha256/hash.js\";\n/**\n * A function type for encoding hash keys.\n * Accepts any number of string arguments (such as prompt and LLM key)\n * and returns a single string to be used as the hash key.\n */\nexport type HashKeyEncoder = (...strings: string[]) => string;\n//# sourceMappingURL=hash.d.ts.map"],"mappings":";;;;;;AAMA;;;KAAYC,cAAAA"}