UNPKG

clone-class

Version:

Clone an ES6 Class as Another Class Name for Isolating Class Static Properties.

12 lines (9 loc) 217 B
import { VERSION } from './version.js' // // https://stackoverflow.com/a/38311757/1123955 // export type ClassConstructor<T> = { // // new(): T // [P in keyof typeof T]: (typeof T)[P] // } export { VERSION, }