dopecodez/Wikipedia

View on GitHub
source/messages.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const 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'
}