@metamask/snaps-utils
Version:
A collection of utilities for MetaMask Snaps
9 lines • 349 B
text/typescript
/**
* Indent a message by adding a number of spaces to the beginning of each line.
*
* @param message - The message to indent.
* @param spaces - The number of spaces to indent by. Defaults to 2.
* @returns The indented message.
*/
export declare function indent(message: string, spaces?: number): string;
//# sourceMappingURL=strings.d.mts.map