UNPKG

ynn

Version:

Ynn is a framework for building more flexible and portable web applications.

13 lines (10 loc) 380 B
/****************************************************************** * Copyright (C) 2020 LvChengbin * * File:extension.js * Author :LvChengbin<lvchengbin59@gmail.com> * Time :02/13/2020 * Description : ******************************************************************/ const Runtime = require( './runtime' ); module.exports = class Extension extends Runtime {}