9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
declare const _default: {
|
|
parser: string;
|
|
parserOptions: {
|
|
sourceType: "module";
|
|
};
|
|
plugins: string[];
|
|
};
|
|
export = _default;
|