UNPKG

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