@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.
11 lines (10 loc) • 718 B
JavaScript
export { filterForGetters } from './reflection/filterForGetters.mjs';
export { getOwnPropertyDescriptors } from './reflection/getOwnPropertyDescriptors.mjs';
export { getOwnPropertyDescriptorsRecursively } from './reflection/getOwnPropertyDescriptorsRecursively.mjs';
export { getPrototypesChainOf } from './reflection/getPrototypeChainOf.mjs';
export { getPrototypeOf } from './reflection/getPrototypeOf.mjs';
export { baseClassProto } from './reflection/inheritance.mjs';
export { isConstructor } from './reflection/isConstructor.mjs';
export { isGetterDescriptor } from './reflection/isGetterDescriptor.mjs';
export { listOwnGetters } from './reflection/listOwnGetters.mjs';
//# sourceMappingURL=reflection.mjs.map