js-util

Home > rc-js-util > TKeysOf

TKeysOf type

Signature:

export declare type TKeysOf<T extends object> = (keyof T)[];