Skip to content

Instantly share code, notes, and snippets.

@andykais
Created July 19, 2019 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andykais/6bc2132f165e72225794579e1c5b9fb3 to your computer and use it in GitHub Desktop.
Save andykais/6bc2132f165e72225794579e1c5b9fb3 to your computer and use it in GitHub Desktop.

Home > scrape-pages > scrape

scrape variable

scrape is the entrypoint for this library

Signature:

scrape: (configInit: ConfigInit, optionsInit: OptionsInit, paramsInit: ParamsInit) => {
    start: Start;
    query: QueryFn;
    settings: Settings;
}

Reference:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment