UNPKG

hast-util-truncate

Version:

hast utility to truncate the tree to a certain number of characters

3 lines (2 loc) 99 B
export { truncate } from "./lib/index.js"; export type Options = import('./lib/index.js').Options;