Skip to content

[T] NsDeclarationsDecorator

type NsDeclarationsDecorator = (context, target) => void;

Mark an enum as declaring XML namespaces. See @ns

Parameters

ParameterType
contextDecoratorContext
targetEnum

Returns

void