UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

13 lines (12 loc) 395 B
import { spaceTrim as spaceTrimReexported } from 'spacetrim'; /** * Trims string from all 4 sides * * Note: This is a re-exported function from the `spacetrim` package which is * Developed by same author @hejny as this package * * @see https://github.com/hejny/spacetrim#usage * * @public exported from `@promptbook/utils` */ export declare const spaceTrim: typeof spaceTrimReexported;