ACIL FM
Dark
Refresh
Current DIR:
/home/benbot/bot/server/node_modules/word-wrap
/
home
benbot
bot
server
node_modules
word-wrap
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
index.d.ts
1.21 MB
chmod
View
DL
Edit
Rename
Delete
index.js
1.42 MB
chmod
View
DL
Edit
Rename
Delete
LICENSE
1.06 MB
chmod
View
DL
Edit
Rename
Delete
package.json
1.68 MB
chmod
View
DL
Edit
Rename
Delete
README.md
6.19 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/benbot/bot/server/node_modules/word-wrap/index.d.ts
/** * Wrap words to a specified length. */ export = wrap; declare function wrap(str: string, options?: wrap.IOptions): string; declare namespace wrap { export interface IOptions { /** * The width of the text before wrapping to a new line. * @default ´50´ */ width?: number; /** * The string to use at the beginning of each line. * @default ´ ´ (two spaces) */ indent?: string; /** * The string to use at the end of each line. * @default ´\n´ */ newline?: string; /** * An escape function to run on each line after splitting them. * @default (str: string) => string; */ escape?: (str: string) => string; /** * Trim trailing whitespace from the returned string. * This option is included since .trim() would also strip * the leading indentation from the first line. * @default true */ trim?: boolean; /** * Break a word between any two letters when the word is longer * than the specified width. * @default false */ cut?: boolean; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply