daunus
v0.1.94
Published
Yet another typescript framework
Downloads
33
Readme
daunus
Powering Your Edge with Cutting-Edge Framework.
example:
use_cases/helthz/index.ts
import { struct } from 'daunus';
const healthz = struct({ success: true });
export default healthz.noParams();