doc: mo' buzzwords, mo' betta'

This commit is contained in:
AJ ONeal 2024-08-29 18:46:25 -06:00
parent 7f753622e1
commit 3fd9c6d426
No known key found for this signature in database
GPG Key ID: F1D692A76F70CF98
5 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# [ajquery.js](https://git.coolaj86.com/coolaj86/ajquery.js) # [ajquery.js](https://git.coolaj86.com/coolaj86/ajquery.js)
The fastest, most lightweight, fewest dependency jQuery alternative. The fastest, most lightweight, fewest dependency jQuery alternative. \
**New**: Now typed, Ai-enhanced, and better than ever!
Development Build: 572B (types + comments) \ Development Build: 572B (types + comments) \
Production Build: 117B (min + gz) Production Build: 117B (min + gz)

View File

@ -1,4 +1,6 @@
/** /**
* AJQuery - The fastest, most lightweight, least dependency jQuery alternative,
* now typed, Ai-enhanced, and better than ever!
* @typedef AJQuery * @typedef AJQuery
* @prop {AJQuerySelector} $ * @prop {AJQuerySelector} $
* @prop {AJQuerySelectorAll} $$ * @prop {AJQuerySelectorAll} $$

View File

@ -1,3 +1,8 @@
/**
* AJQuery - The fastest, most lightweight, least dependency jQuery alternative,
* now typed, Ai-enhanced, and better than ever!
*/
/** /**
* Select first matching element, just like console $ * Select first matching element, just like console $
* @param {String} cssSelector * @param {String} cssSelector

View File

@ -4,7 +4,7 @@ let AJQuery = { $, $$ };
/** /**
* AJQuery - The fastest, most lightweight, least dependency jQuery alternative, * AJQuery - The fastest, most lightweight, least dependency jQuery alternative,
* now Ai-enhanced, and better than ever! * now typed, Ai-enhanced, and better than ever!
* @namespace AJQuery * @namespace AJQuery
*/ */

View File

@ -1,7 +1,7 @@
{ {
"name": "ajquery", "name": "ajquery",
"version": "3.0.1", "version": "3.0.1",
"description": "The fastest, most lightweight, least dependency jQuery alternative", "description": "The fastest, most lightweight, least dependency jQuery alternative. Now typed, Ai-enhanced, and better than ever!",
"main": "ajquery.cjs", "main": "ajquery.cjs",
"module": "ajquery.mjs", "module": "ajquery.mjs",
"type": "commonjs", "type": "commonjs",