Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../querystring/../@protobufjs/../delayed-stream/../validator/../finalhandler/../cookie/../htmlparser2/../css-what/lib/commonjs
الملفات الموجودة في هذا الـ Path:
.
..
index.d.ts
index.d.ts.map
index.js
parse.d.ts
parse.d.ts.map
parse.js
stringify.d.ts
stringify.d.ts.map
stringify.js
types.d.ts
types.d.ts.map
types.js

مشاهدة ملف: parse.d.ts

import { Selector, Traversal } from "./types";
/**
 * Checks whether a specific selector is a traversal.
 * This is useful eg. in swapping the order of elements that
 * are not traversals.
 *
 * @param selector Selector to check.
 */
export declare function isTraversal(selector: Selector): selector is Traversal;
/**
 * Parses `selector`, optionally with the passed `options`.
 *
 * @param selector Selector to parse.
 * @param options Options for parsing.
 * @returns Returns a two-dimensional array.
 * The first dimension represents selectors separated by commas (eg. `sub1, sub2`),
 * the second contains the relevant tokens for that selector.
 */
export declare function parse(selector: string): Selector[][];
//# sourceMappingURL=parse.d.ts.map