UNPKG

create-varan-app

Version:

Create varan app command line utility

12 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const emojis = { success: '✔', warning: '⚠', failure: '❌', rocket: '🚀', robot: '🤖', }; // Exports exports.default = emojis; //# sourceMappingURL=emojis.js.map