UNPKG

@types/es-abstract

Version:
8 lines (7 loc) 213 B
import type { PropertyKey } from "../index"; declare function CopyDataProperties<T, S, E extends PropertyKey>( target: T, source: S, excludedItems: E[], ): T & Omit<S, E>; export = CopyDataProperties;