UNPKG

create-strapi-app

Version:

Generate a new Strapi application.

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