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