Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/Select"

Index

Type aliases

Type aliases

Select

Select<O, M, match>: Pick<O, SelectKeys<O, M, match>>

Extract the fields of O that match M

Type parameters

  • O: object

    to extract from

  • M: any

    to select fields

  • match: Match

    to change precision (?='default')

returns

object

example

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.