CS2 Inspect Library - v4.0.0
    Preparing search index...

    Variable LIBRARY_INFOConst

    LIBRARY_INFO: {
        name: "cs2-inspect-lib";
        version: "4.0.0";
        description: "Enhanced CS2 Inspect library with full protobuf support and Steam client integration";
        features: readonly [
            "Complete protobuf encoding/decoding",
            "Steam client integration for unmasked URLs",
            "Support for both masked and unmasked inspect URLs",
            "Input validation and error handling",
            "TypeScript support with comprehensive types",
            "Support for all CS2 item fields including new additions",
            "URL analysis and normalization",
            "Configurable validation and limits",
            "Queue system with rate limiting for Steam API calls",
        ];
    } = ...

    Library information

    Type Declaration

    • Readonlyname: "cs2-inspect-lib"
    • Readonlyversion: "4.0.0"
    • Readonlydescription: "Enhanced CS2 Inspect library with full protobuf support and Steam client integration"
    • Readonlyfeatures: readonly [
          "Complete protobuf encoding/decoding",
          "Steam client integration for unmasked URLs",
          "Support for both masked and unmasked inspect URLs",
          "Input validation and error handling",
          "TypeScript support with comprehensive types",
          "Support for all CS2 item fields including new additions",
          "URL analysis and normalization",
          "Configurable validation and limits",
          "Queue system with rate limiting for Steam API calls",
      ]