UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

6 lines (5 loc) 259 B
/** * Use this Decorator to mark a Method that seems unused but is used in the HTML Template. * @constructor */ export declare function UsedInTemplateOnly(_reason?: string): (_target: object, _propertyKey: string, _descriptor: PropertyDescriptor) => void;