5 lines
212 B
TypeScript
5 lines
212 B
TypeScript
import { Data } from './types.js';
|
|
export declare function cleanData(data: Data): Data;
|
|
export declare function removeSpaces(text: string): string;
|
|
export declare function removeLineBreaks(text: string): string;
|