'use strict'; const BASE_ITEM_URL = 'https://graph.microsoft.com/v1.0'; const BIG_FILE_MSG = 'File contents too big.'; const BINARY_CONTENT_MSG = 'Binary contents unsupported.'; module.exports = { BASE_ITEM_URL, BIG_FILE_MSG, BINARY_CONTENT_MSG, };