UNPKG

@surface/core

Version:

Provides core functionality of many @surfaces modules.

7 lines (6 loc) 234 B
import type { Constructor } from "./types/index.js"; export default class Hookable { constructor(); static as<T extends Constructor>(base: T): T & Constructor; static finisher<T extends Constructor>(target: T): T; }