UNPKG

electron-oauth-helper

Version:

Easy to use helper library for OAuth1 and OAuth2.

3 lines 252 B
export declare const omit: <T extends {}, K extends keyof T>(obj: T, props: K | K[]) => Pick<T, Exclude<keyof T, K>>; export declare const pick: <T extends {}, K extends keyof T>(obj: T, props: K | K[]) => Pick<T, K>; //# sourceMappingURL=util.d.ts.map