UNPKG

@nativewrappers/common

Version:

Native wrappers and utilities for use with Cfx scripting runtimes.

5 lines (4 loc) 197 B
/** * Registers the export call for {@link exportName} to this method */ export declare function Exports(exportName: string): (originalMethod: any, context: ClassMethodDecoratorContext) => void;