Repository URL to install this package:
|
Version:
1.1.6 ▾
|
export declare type StringList = string[] | ReadonlyArray<string>;
/**
* @todo typings for return like omit
*/
export declare const keep: <Obj = any, List extends StringList = StringList>(obj: Obj, keys: List) => any;