UNPKG

d-wiki

Version:

A JavaScript wrapper for the wikipedia apis

9 lines (8 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MSGS = void 0; exports.MSGS = { PAGE_NOT_SUGGEST: 'No page with given title suggested : ', PAGE_NOT_EXIST: 'No page with given title exists : ', INFOBOX_NOT_EXIST: 'Info cannot be parsed for given page' };