UNPKG

167 BJavaScriptView Raw
1try {
2 const getLatestAPIs = require('../dist/utils/get-latest-apis')
3 getLatestAPIs()
4} catch (e) {
5 // we're probably just bootstrapping and not published yet!
6}