How to use @webpack-contrib/schema-utils - 1 common examples

To help you get started, we’ve selected a few @webpack-contrib/schema-utils examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github strothj / react-docgen-typescript-loader / src / validateOptions.ts View on Github external
function validateOptions(options: LoaderOptions = {}) {
  validate({
    name: "react-docgen-typescript-loader",
    schema,
    target: options,
  });
}

@webpack-contrib/schema-utils

Webpack Schema Validation Utilities

MIT
Latest version published 6 years ago

Package Health Score

62 / 100
Full package analysis

Popular @webpack-contrib/schema-utils functions