Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/Filter"

Index

Type aliases

Type aliases

Filter

Filter<O, M, match>: Pick<O, FilterKeys<O, M, match>>

Filter out of O the fields that match M

Type parameters

  • O: object

    to remove from

  • M: any

    to select fields

  • match: Match

    to change precision (?='default')

returns

object

example

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