UNPKG

@typedly/property

Version:

A TypeScript type definitions package to handle object property-related operations.

11 lines (10 loc) 498 B
export type { Add, DeepAdd, // Typedly.Property.Deep.Add DeepPick, // Typedly.Property.Deep.Pick DeepRemove, // Typedly.Property.Deep.Remove Get, PickByType, // Typedly.Property.Pick.By.Type PickWithOptional, // Typedly.Property.Pick.With.Optional PickWithReadonly, // Typedly.Property.Pick.With.Readonly PickWithRenaming, // Typedly.Property.Pick.With.Renaming PickWithTransform, // Typedly.Property.Pick.With.Transform Remove, Set, Update } from './lib'; export * from './lib/typedly.namespace';