UNPKG

@framework100500/testing

Version:

Framework100500 is a simple web API pure Node.js framework @testing

14 lines (11 loc) 167 B
/* * Framework100500 * Copyright (c) 2019 Oleksandr Bondarenko * MIT Licensed */ const { Test100500, } = require('./src'); module.exports = { Test100500, };