UNPKG

@dazejs/framework

Version:

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

3 lines 91 B
export function fakeBaseClass<T>(): new() => Pick<T, keyof T> { return class {} as any; }