UNPKG

@halospv3/hce.shared-config

Version:

Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.

19 lines (17 loc) 956 B
export type * from './reflection/FunctionLike.js'; export type * from './reflection/GetterDescriptor.js'; export type * from './reflection/InstancePropertyDescriptorMap.js'; export type * from './reflection/InstanceTypeOrSelfPropertyDescriptorMap.js'; export type * from './reflection/OwnGetterDescriptorMap.js'; export type * from './reflection/OwnKeyOf.js'; export type * from './reflection/OwnPropertyDescriptorMap.js'; export type * from './reflection/PropertyDescriptorMap.js'; export * from './reflection/filterForGetters.js'; export * from './reflection/getOwnPropertyDescriptors.js'; export * from './reflection/getOwnPropertyDescriptorsRecursively.js'; export * from './reflection/getPrototypeChainOf.js'; export * from './reflection/getPrototypeOf.js'; export * from './reflection/inheritance.js'; export * from './reflection/isConstructor.js'; export * from './reflection/isGetterDescriptor.js'; export * from './reflection/listOwnGetters.js';