NDNts
    Preparing search index...

    Interface Output

    interface Output {
        log: (str: string) => void;
    }
    Index
    log: (str: string) => void