UNPKG

@promptbook/remote-client

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

12 lines (11 loc) 398 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 * * @public exported from `@promptbook/utils` * @see https://github.com/hejny/spacetrim#usage */ export declare const spaceTrim: typeof spaceTrimReexported;