UNPKG

digesto

Version:

Digesto is an experimental Node.js/TypeScript library that quickly spins up a dynamic, RESTful backend from a simple YAML, NO manual server coding required.

4 lines (2 loc) 68 B
declare function bootstrap(): Promise<void>; export { bootstrap };