Source: node-typed-query-selector Maintainer: Sergei Golovan Section: javascript Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-typescript, Standards-Version: 4.7.4 Homepage: https://github.com/g-plane/typed-query-selector Vcs-Browser: https://salsa.debian.org/erlang-team/projects/node-typed-query-selector Vcs-Git: https://salsa.debian.org/erlang-team/projects/node-typed-query-selector.git Package: node-typed-query-selector Architecture: all Depends: ${misc:Depends} Description: Typed querySelector for TypeScript This library provides the `querySelector` and `querySelectorAll` functions which infer types of the selected document elements by parsing the CSS selector strings at compile time. It also can perform syntax check of CSS selector strings.