UNPKG

193 BTypeScriptView Raw
1import type { PropertyDescriptor } from '../index';
2
3declare function ToPropertyDescriptor<T = unknown>(Desc: TypedPropertyDescriptor<T>): PropertyDescriptor<T>;
4export = ToPropertyDescriptor;