UNPKG

@strapi/generate-new

Version:

Generate a new Strapi application.

8 lines (7 loc) 305 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); function isStderrError(error) { return typeof error === "object" && error !== null && "stderr" in error && typeof error.stderr === "string"; } exports.isStderrError = isStderrError; //# sourceMappingURL=types.js.map