UNPKG

wapp-cli

Version:
8 lines (6 loc) 187 B
import file from '../../config/api'; export default { sourcePrefixHost(state: any, key: string = '') { return (state['resource-prefix'] || file.prefixSource) + key; } };