mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
9 lines
136 B
JavaScript
9 lines
136 B
JavaScript
|
|
module.exports = faq
|
|
|
|
faq.usage = "npm faq"
|
|
|
|
var npm = require("./npm.js")
|
|
|
|
function faq (args, cb) { npm.commands.help(["faq"], cb) }
|