7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
|
|
"use strict";
|
||
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
|
function localFont(options) {
|
||
|
|
throw new Error();
|
||
|
|
}
|
||
|
|
exports.default = localFont;
|