Interface GuardHandler<R>

Type Parameters

  • R

Hierarchy

Properties

Properties

get: ((prop: string) => R)

Type declaration

    • (prop: string): R
    • Parameters

      • prop: string

      Returns R

meta: { handler: internal.Handler<unknown>; key: string }

Type declaration

type: "guard"