UNPKG

@metamask/snaps-utils

Version:
9 lines 349 B
/** * 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.cts.map