4 lines
170 B
JavaScript
4 lines
170 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
/** @const */ exports.DEFAULT_ENCODING = 'utf-8';
|
|
//# sourceMappingURL=defaultEncoding.js.map
|