@typedly/descriptor
Version:
A TypeScript type definitions package for property descriptor.
7 lines (6 loc) • 567 B
TypeScript
export type { AccessorPropertyDescriptor } from './interface/accessor-property-descriptor.interface';
export type { AnyPropertyDescriptor } from './type/any-property-descriptor.type';
export type { CommonPropertyDescriptor } from './interface/common-property-descriptor.interface';
export type { DataPropertyDescriptor } from './interface/data-property-descriptor.interface';
export type { ObjectPropertyDescriptors } from './type/object-property-descriptors.type';
export type { ThisAccessorPropertyDescriptor } from './type/this-accessor-property-descriptor.type';