@halospv3/hce.shared-config
Version:
Automate commit message quality, changelogs, and CI/CD releases. Its `main` entry point is a Semantic Release config. Functions and classes are exposed for customization. An ESLint config, a Commitlint config, and addl. resources for .NET projects are als
19 lines (17 loc) • 972 B
text/typescript
export type * from './reflection/FunctionLike.d.ts';
export type * from './reflection/GetterDescriptor.d.ts';
export type * from './reflection/InstancePropertyDescriptorMap.d.ts';
export type * from './reflection/InstanceTypeOrSelfPropertyDescriptorMap.d.ts';
export type * from './reflection/OwnGetterDescriptorMap.d.ts';
export type * from './reflection/OwnKeyOf.d.ts';
export type * from './reflection/OwnPropertyDescriptorMap.d.ts';
export type * from './reflection/PropertyDescriptorMap.d.ts';
export * from './reflection/filterForGetters.ts';
export * from './reflection/getOwnPropertyDescriptors.ts';
export * from './reflection/getOwnPropertyDescriptorsRecursively.ts';
export * from './reflection/getPrototypeChainOf.ts';
export * from './reflection/getPrototypeOf.ts';
export * from './reflection/inheritance.ts';
export * from './reflection/isConstructor.ts';
export * from './reflection/isGetterDescriptor.ts';
export * from './reflection/listOwnGetters.ts';