UNPKG

typescript-class-helpers

Version:
3 lines 184 B
// @ts-nocheck import { Models } from './models'; export declare function setClassName(target: Function, className: string, options?: Models.CLASSNAMEOptions): (...args: any[]) => any;