UNPKG

@augment-vir/common

Version:

A collection of augments, helpers types, functions, and classes for any JavaScript environment.

9 lines (8 loc) 285 B
/** * Indent all lines in a string by 4 spaces * count. * * @category String * @category Package : @augment-vir/common * @package [`@augment-vir/common`](https://www.npmjs.com/package/@augment-vir/common) */ export declare function indent(value: string, count?: number): string;