ZenFS
    Preparing search index...

    Interface Port

    interface Port {
        name: string;
        options: {
            port: { required: true; type: (arg: RPCPort) => boolean };
            timeout: { required: false; type: string };
        };
        create(options: PortOptions): PortFS;
    }

    Hierarchy

    • _Port
      • Port
    Index

    Properties

    Methods

    Properties

    name: string = 'Port'
    options: {
        port: { required: true; type: (arg: RPCPort) => boolean };
        timeout: { required: false; type: string };
    } = ...

    Methods