UNPKG

@types/es-abstract

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