UNPKG

llmtrim

Version:

A library for trimming tokens in encoding and decoding in LLM applications.

9 lines (8 loc) 174 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '^.+\\.tsx?$': 'ts-jest', }, };