UNPKG

repomix

Version:

A tool to pack repository contents to single file for AI consumption

3 lines (2 loc) 179 B
export declare const TOKEN_ENCODINGS: readonly ["o200k_base", "cl100k_base", "p50k_base", "p50k_edit", "r50k_base"]; export type TokenEncoding = (typeof TOKEN_ENCODINGS)[number];