5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
export function getFont(weight) {
|
|
// A noop for iOS, to improve tree shaking.
|
|
return null;
|
|
}
|
|
//# sourceMappingURL=utils.ios.js.map
|