UNPKG

rn-logo-replacer

Version:

This is a project aiming at remplacing the logo of a react native app with a single npx command

10 lines (9 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Operation = void 0; var Operation; (function (Operation) { Operation["Copy"] = "Copy"; Operation["Move"] = "Move"; Operation["Delete"] = "Delete"; })(Operation || (exports.Operation = Operation = {}));