MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at type-hints-typescript 10 lines 200 B view raw
1{ 2 "name": "ant", 3 "type": "module", 4 "scripts": { 5 "spec": "./build/ant examples/spec/run.js", 6 "jit": "./build/ant examples/jit/run.js" 7 }, 8 "dependencies": {}, 9 "devDependencies": {} 10}