expo-pod-pinner
Version:
The Pod Pinner plugin allows you to modify your Podfile in a managed workflow.
13 lines (12 loc) • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PodPinnerLog = void 0;
class PodPinnerLog {
static log(str) {
console.log(`\texpo-pod-pinner: ${str}`);
}
static error(str) {
console.error(`\texpo-pod-pinner: ${str}`);
}
}
exports.PodPinnerLog = PodPinnerLog;