UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

10 lines (9 loc) 208 B
/** * Copyright (c) 2020 Chan Zewail * * This software is released under the MIT License. * https: //opensource.org/licenses/MIT */ export interface ResourceInterface { resolve(...args: any[]): any; }