PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/nx/src/hasher

Просмотр файла: native-file-hasher.d.ts

import { FileHasherBase } from './file-hasher-base';
export declare class NativeFileHasher extends FileHasherBase {
    static available(): boolean;
    init(): Promise<void>;
    hashFiles(files: string[]): Promise<Map<string, string>>;
    hashFile(path: string): string;
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!