Files
Fluxup_PAP/node_modules/expo-router/build/utils/style.js
2026-03-10 16:18:05 +00:00

10 lines
360 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertFontWeightToStringFontWeight = convertFontWeightToStringFontWeight;
function convertFontWeightToStringFontWeight(fontWeight) {
if (typeof fontWeight === 'number') {
return String(fontWeight);
}
return fontWeight;
}
//# sourceMappingURL=style.js.map