UNPKG

ayakashi

Version:

The next generation web scraping framework

32 lines (31 loc) 1.58 kB
"use strict"; //only used to build the @ayakashi/types package var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); //prelude __exportStar(require("./prelude/prelude"), exports); __exportStar(require("./prelude/renderlessPrelude"), exports); __exportStar(require("./prelude/apiPrelude"), exports); __exportStar(require("./prelude/actions/extract"), exports); __exportStar(require("./prelude/actions/meta"), exports); __exportStar(require("./prelude/actions/select"), exports); __exportStar(require("./prelude/query/query"), exports); //core actions __exportStar(require("./coreActions/click"), exports); __exportStar(require("./coreActions/focus"), exports); __exportStar(require("./coreActions/helpers"), exports); __exportStar(require("./coreActions/hover"), exports); __exportStar(require("./coreActions/navigation"), exports); __exportStar(require("./coreActions/options"), exports); __exportStar(require("./coreActions/scroll"), exports); __exportStar(require("./coreActions/typing"), exports); __exportStar(require("./coreActions/waiting"), exports);