/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/mnemonist/sort
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
import {IArrayLike} from '../utils/types'; export function inplaceInsertionSort(array: IArrayLike, lo: number, hi: number): IArrayLike;export function inplaceInsertionSortIndices(array: IArrayLike, indices: IArrayLike, lo: number, hi: number): IArrayLike;