BLUE
PHP 7.4.33
Path:
/var/www/podio-api-client/node_modules/diff-sequences/build
Run
Logout
Edit File
Size: 986 B
Close
/var/www/podio-api-client/node_modules/diff-sequences/build/index.d.ts
Text
Base64
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export declare type Callbacks = { foundSubsequence: FoundSubsequence; isCommon: IsCommon; }; declare function diffSequence( aLength: number, bLength: number, isCommon: IsCommon, foundSubsequence: FoundSubsequence, ): void; export default diffSequence; declare type FoundSubsequence = ( nCommon: number, // caller can assume: 0 < nCommon aCommon: number, // caller can assume: 0 <= aCommon && aCommon < aLength bCommon: number, ) => void; /** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ declare type IsCommon = ( aIndex: number, // caller can assume: 0 <= aIndex && aIndex < aLength bIndex: number, ) => boolean; export {};
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
986 B
lrw-r--r--
2023-12-27 12:33:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
26.78 KB
lrw-r--r--
2023-12-27 12:33:08
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).