UNPKG

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