private validator:()

in src/options.ts [88:89]


    private validator: (x: any) => T = x => x as T,
  ) {}