@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.
9 lines • 525 B
TypeScript
import type { GetterDescriptor } from './GetterDescriptor.js';
/**
* A function for inferring a {@link TypedPropertyDescriptor} is a {@link GetterDescriptor}
* @param propertyDescriptor The {@link TypedPropertyDescriptor} to inspect.
* @returns `true` if {@link propertyDescriptor} describes a getter. Else, `false.
* @since 3.0.0
*/
export declare function isGetterDescriptor<T>(propertyDescriptor: TypedPropertyDescriptor<T>): propertyDescriptor is GetterDescriptor<T>;
//# sourceMappingURL=isGetterDescriptor.d.ts.map