UNPKG

@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

13 lines (12 loc) 414 B
//#region src/utils/reflection/getPrototypeOf.ts /** * A nearly useless wrapper for {@link Reflect.getPrototypeOf} * @param object An object with the internal `__proto__` property present in its type. * @returns The `__proto__` of the `object` param. */ function getPrototypeOf(object) { return Reflect.getPrototypeOf(object); } //#endregion export { getPrototypeOf }; //# sourceMappingURL=getPrototypeOf.mjs.map