validate-options.d.ts 99 B

1
  1. export declare const validateOptions: <T extends object>(options: object) => asserts options is T;