UNPKG

@applicaster/zapplicaster-cli

Version:

CLI Tool for the zapp app and Quick Brick project

10 lines (8 loc) 194 B
const isErrorAlreadyPublished = (error) => { return error?.includes?.( "You cannot publish over the previously published version" ); }; module.exports = { isErrorAlreadyPublished, };