jkcfg / jk

Configuration as Code with ECMAScript
https://jkcfg.github.io
Apache License 2.0
404 stars 30 forks source link

Provide TypeScript definitions for std/resource #335

Closed squaremo closed 4 years ago

squaremo commented 4 years ago

This helps with writing TypeScript with jk, and it also means we can get some typedoc happening for the resource module.

En passant, I've set typedoc to ignore debug.js, which is for debugging RPC, and v8worker.d.ts, which are internal and don't need inclusion in the docs.

Fixes #263.