UNPKG

@vot.js/shared

Version:

shared for all @vot.js package

9 lines 419 B
export * as alternativeUrls from "./data/alternativeUrls.js"; export { default as config } from "./data/config.js"; export * as consts from "./data/consts.js"; export * as protos from "./protos/yandex.js"; export * as logger from "./utils/logger.js"; export * as subs from "./utils/subs.js"; export * as utils from "./utils/utils.js"; export * as SharedTypes from "./types/index.js"; //# sourceMappingURL=index.d.ts.map