UNPKG

@visactor/vrender-core

Version:
3 lines (2 loc) 243 B
declare function named(name: string | number | symbol): <T>(target: import("./decorator_utils").DecoratorTarget<unknown>, targetKey?: string | symbol, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor<T>) => void; export { named };