PopClip JavaScript API Reference
    Preparing search index...

    Variable moduleConst

    module: { exports: any }

    The CommonJS module object. Assigning to module.exports exports the extension object, though defineExtension is preferred because it type checks what you pass it.

    Type Declaration

    • exports: any