UNPKG

ksmf

Version:

Modular Microframework for create minimalistic CLI/Web application or REST API

5 lines (4 loc) 86 B
const { KsTpl } = require('kstpl'); class TPL extends KsTpl { } module.exports = TPL;