UNPKG

ember-bootstrap

Version:
10 lines (9 loc) 301 B
type DecoratorPropertyDescriptor = PropertyDescriptor & { initializer?: () => void; }; /** * @internal */ declare function arg(target: object, key: string): void; declare function arg(target: object, key: string, descriptor: DecoratorPropertyDescriptor): PropertyDescriptor; export default arg;