UNPKG

@deepkit/core

Version:
3 lines (2 loc) 156 B
export declare function indent(indentation: number, prefix?: string): (str?: string) => string; export declare function capitalize(string: string): string;