UNPKG

@abaplint/runtime

Version:
5 lines (4 loc) 144 B
import { ICharacter } from "../types/_character"; export declare function condense(input: ICharacter, options: { nogaps: boolean; }): void;