UNPKG

chonkie

Version:

🦛 CHONK your texts in TS with Chonkie!✨The no-nonsense lightweight and efficient chunking library.

8 lines • 248 B
"use strict"; /** Base class for Chonkie's Handshakes. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseHandshake = void 0; class BaseHandshake { } exports.BaseHandshake = BaseHandshake; //# sourceMappingURL=base.js.map