circu.js
    Preparing search index...

    Interface TjsModules

    circu.js dynamic module type definitions

    interface TjsModules {
        algorithm: typeof CModuleAlgorithm;
        asyncfs: typeof CModuleAsyncFS;
        console: typeof CModuleConsole;
        crypto: typeof CModuleCrypto;
        curl: typeof CModuleCURL;
        debug: typeof CModuleDebug;
        dns: typeof CModuleDNS;
        engine: typeof CModuleEngine;
        error: typeof CModuleError;
        ffi: typeof CModuleFFI;
        fs: typeof CModuleFS;
        fswatch: typeof CModuleFSWatch;
        http: typeof CModuleHTTP;
        jsonc: typeof CModuleJsonC;
        os: typeof CModuleOS;
        process: typeof CModuleProcess;
        signals: typeof CModuleSignals;
        socket: typeof CModuleSocket;
        sourcemap: typeof CModuleSourceMap;
        sqlite3: typeof CModuleSQLite3;
        ssl: typeof CModuleSSL;
        streams: typeof CModuleStreams;
        text: typeof CModuleText;
        timers: typeof CModuleTimers;
        udp: typeof CModuleUDP;
        worker: typeof CModuleWorker;
        xml: typeof CModuleXML;
        zlib: typeof CModuleZLib;
    }
    Index

    Properties

    algorithm: typeof CModuleAlgorithm
    asyncfs: typeof CModuleAsyncFS
    console: typeof CModuleConsole
    crypto: typeof CModuleCrypto
    curl: typeof CModuleCURL
    debug: typeof CModuleDebug
    dns: typeof CModuleDNS
    engine: typeof CModuleEngine
    error: typeof CModuleError
    ffi: typeof CModuleFFI
    fs: typeof CModuleFS
    fswatch: typeof CModuleFSWatch
    http: typeof CModuleHTTP
    jsonc: typeof CModuleJsonC
    os: typeof CModuleOS
    process: typeof CModuleProcess
    signals: typeof CModuleSignals
    socket: typeof CModuleSocket
    sourcemap: typeof CModuleSourceMap
    sqlite3: typeof CModuleSQLite3
    ssl: typeof CModuleSSL
    streams: typeof CModuleStreams
    text: typeof CModuleText
    timers: typeof CModuleTimers
    udp: typeof CModuleUDP
    worker: typeof CModuleWorker
    xml: typeof CModuleXML
    zlib: typeof CModuleZLib