UNPKG

@types/es-abstract

Version:
5 lines (3 loc) 197 B
import type { PropertyDescriptor } from "../index"; declare function FromPropertyDescriptor<T = unknown>(Desc: PropertyDescriptor<T>): TypedPropertyDescriptor<T>; export = FromPropertyDescriptor;