package
Version:
v0.0.0-...-89d194d
Opens a new window with list of versions in this module.
Published: Feb 17, 2025
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
Gq implements jQuery-like selector and traversing methods.
usage:
import { default as $ } from "ski/gq";
export default function () {
return $('<div><span>ciallo</span></div>').find('span').text();
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.