Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

5 rindas
279 B

  1. import type { Traversal } from "css-what";
  2. import type { InternalSelector } from "./types";
  3. export declare const procedure: Record<InternalSelector["type"], number>;
  4. export declare function isTraversal(t: InternalSelector): t is Traversal;
  5. //# sourceMappingURL=procedure.d.ts.map