polyvalid 0.1.7

A validator for package names, namespace, username and app name on wasmer
Documentation
1
2
3
4
5
6
/** @type {import('jest').Config} */
const config = {
  verbose: true,
  testPathIgnorePatterns: ["node_modules", "snapshots"],
};
module.exports = config;