Skip to content

Instantly share code, notes, and snippets.

View jaskp's full-sized avatar

Peter Jaško jaskp

  • Brno, Czech Republic
View GitHub Profile
@jaskp
jaskp / 429dep.js
Last active September 9, 2025 11:03
ES module whose dependency returns 429
import * as mod from 'https://httpbun.com/mix/s=429'
console.log(mod)
const VALUE = 1
export {mod, VALUE}