OBF Node
    Preparing search index...

    Variable SnapConst

    Snap: {
        to_external(filePath: string): Promise<OBZPackage>;
        from_external(obf: any, outputPath: string): Promise<void>;
    } = ...

    Type Declaration

    • to_external: function
    • from_external: function
      • Parameters

        • obf: any
        • outputPath: string

        Returns Promise<void>