UNPKG

166 BTypeScriptView Raw
1import type { PropertyDescriptor } from "../index";
2
3declare function IsPropertyDescriptor(Desc: unknown): Desc is PropertyDescriptor;
4export = IsPropertyDescriptor;