REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 431 B
Close
/opt/alt/alt-nodejs16/root/lib/node_modules/npm/node_modules/just-diff-apply/index.d.ts
Text
Base64
// Definitions by: Eddie Atkinson <https://github.com/eddie-atkinson> type Operation = "add" | "replace" | "remove" | "move"; type DiffOps = Array<{ op: Operation; path: Array<string | number>; value?: any; }>; type PathConverter = (path: string) => string[]; export function diffApply<T extends object>( obj: T, diff: DiffOps, pathConverter?: PathConverter ): T; export const jsonPatchPathConverter: PathConverter;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.d.ts
431 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
4.37 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
index.mjs
4.32 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
index.tests.ts
1.91 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
LICENSE
1.05 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
763 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
rollup.config.js
120 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).