UNPKG

create-strapi-app

Version:

Generate a new Strapi application.

9 lines (6 loc) 236 B
'use strict'; function isStderrError(error) { return typeof error === 'object' && error !== null && 'stderr' in error && typeof error.stderr === 'string'; } exports.isStderrError = isStderrError; //# sourceMappingURL=types.js.map