REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 783 B
Close
/opt/alt/alt-nodejs16/root/lib/node_modules/npm/node_modules.bundled/indent-string/index.d.ts
Text
Base64
declare namespace indentString { interface Options { /** The string to use for the indent. @default ' ' */ readonly indent?: string; /** Also indent empty lines. @default false */ readonly includeEmptyLines?: boolean; } } /** Indent each line in a string. @param string - The string to indent. @param count - How many times you want `options.indent` repeated. Default: `1`. @example ``` import indentString = require('indent-string'); indentString('Unicorns\nRainbows', 4); //=> ' Unicorns\n Rainbows' indentString('Unicorns\nRainbows', 4, {indent: '♥'}); //=> '♥♥♥♥Unicorns\n♥♥♥♥Rainbows' ``` */ declare function indentString( string: string, count?: number, options?: indentString.Options ): string; export = indentString;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.d.ts
783 B
lrw-r--r--
2026-03-09 06:51:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
743 B
lrw-r--r--
2026-03-09 06:51:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
license
1.08 KB
lrw-r--r--
2026-03-09 06:51:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
582 B
lrw-r--r--
2026-03-09 06:51:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).