UNPKG

191 BTypeScriptView Raw
1import { DecoratorTarget } from './decorator_utils';
2declare function targetName(name: string): (target: DecoratorTarget, targetKey: string, index: number) => void;
3export { targetName };