UNPKG

@aftership/web-pixels

Version:

AfterShip Web Pixels for data anaylsis

3 lines (2 loc) 113 B
declare const omit: <T extends Record<string, any>>(keys: string[], obj: T) => Omit<T, string>; export { omit };