UNPKG

formio-sfds

Version:
7 lines (5 loc) 165 B
import { getJSON } from '../utils' export default function loadTranslations (url) { return getJSON(url, {}, { method: 'GET' }) .then(res => res.data || {}) }