UNPKG

nodecloud-consul-config

Version:
9 lines (7 loc) 170 B
import YAML from 'yamljs'; export function parseYamlString(text) { return YAML.parse(text); } export function parseJsonString(text) { return JSON.parse(text); }