UNPKG

@fws/cli

Version:

This CLI is work in progress and it's meant to work together with other Forwardslash boilerplates. Please do not use it if you don't have access to other stuff.

6 lines (4 loc) 117 B
const w3Validator = require('./src/w3-validator'); module.exports = { w3: w3Validator.init.bind(w3Validator) };