UNPKG

@nativewrappers/server

Version:

Native wrappers and utilities for use with FXServer.

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;