Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/utils / dist / module / keepOnly.d.ts
Size: Mime:
export declare type StringList = string[] | ReadonlyArray<string>;
/**
 * @alias keepCurried
 * @todo typings for return like omit
 */
export declare const keepOnly: <Obj = any, List extends import("./keep").StringList = import("./keep").StringList>(keys: List) => (obj: Obj) => any;