Loading...
Loading...
Explain code in detail - what it does, how it works, and why. Use when you need to understand unfamiliar code or explain code to others.
npx skill4agent add toilahuongg/shopify-agents-kit explain/explain src/auth/jwt.ts/explain src/auth/jwt.ts:45-80/explain parseToken/explain## Function: functionName
**Purpose:** One sentence description
**Parameters:**
- `param1` (type) — what it's for
- `param2` (type) — what it's for
**Returns:** What and when
**Side effects:** Any mutations, API calls, state changesInput -> Validate -> Transform -> Output
|
Error -> Log -> Return null// Example usage
const result = functionName(arg1, arg2);