UNPKG

ut-tools

Version:

Build and Release management automation package.

4 lines (2 loc) 106 B
declare function ownKeys<T extends Record<PropertyKey, V>, V>(object: T): (keyof T)[]; export = ownKeys;