circu.js
    Preparing search index...

    Interface ModuleExportDescriptor

    interface ModuleExportDescriptor {
        kind: "function" | "table" | "memory" | "global";
        name: string;
    }
    Index

    Properties

    Properties

    kind: "function" | "table" | "memory" | "global"
    name: string