REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.57 KB
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/@hapi/topo/lib/index.d.ts
Text
Base64
export class Sorter<T> { /** * An array of the topologically sorted nodes. This list is renewed upon each call to topo.add(). */ nodes: T[]; /** * Adds a node or list of nodes to be added and topologically sorted * * @param nodes - A mixed value or array of mixed values to be added as nodes to the topologically sorted list. * @param options - Optional sorting information about the nodes. * * @returns Returns an array of the topologically sorted nodes. */ add(nodes: T | T[], options?: Options): T[]; /** * Merges another Sorter object into the current object. * * @param others - The other object or array of objects to be merged into the current one. * * @returns Returns an array of the topologically sorted nodes. */ merge(others: Sorter<T> | Sorter<T>[]): T[]; /** * Sorts the nodes array (only required if the manual option is used when adding items) */ sort(): T[]; } export interface Options { /** * The sorting group the added items belong to */ readonly group?: string; /** * The group or groups the added items must come before */ readonly before?: string | string[]; /** * The group or groups the added items must come after */ readonly after?: string | string[]; /** * A number used to sort items with equal before/after requirements */ readonly sort?: number; /** * If true, the array is not sorted automatically until sort() is called */ readonly manual?: boolean; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.d.ts
1.57 KB
lrw-r--r--
2026-02-21 00:53:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
5.79 KB
lrw-r--r--
2026-02-21 00:53:22
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).