UNPKG

@strapi/generate-new

Version:

Generate a new Strapi application.

8 lines (7 loc) 208 B
function isStderrError(error) { return typeof error === "object" && error !== null && "stderr" in error && typeof error.stderr === "string"; } export { isStderrError }; //# sourceMappingURL=types.mjs.map