UNPKG

serpapi

Version:

Scrape and parse search engine results using SerpApi.

11 lines (10 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.version = void 0; /** * Specifies the version of the module. * Follows [semantic versioning](https://semver.org/). * * Changing this value creates a new release. */ exports.version = "2.2.1";