mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 01:49:14 +08:00
5 lines
No EOL
279 B
Text
5 lines
No EOL
279 B
Text
import type { Traversal } from "css-what";
|
|
import type { InternalSelector } from "./types";
|
|
export declare const procedure: Record<InternalSelector["type"], number>;
|
|
export declare function isTraversal(t: InternalSelector): t is Traversal;
|
|
//# sourceMappingURL=procedure.d.ts.map |