import { parse } from './parse'
import { stringify } from './stringify'

export default Object.freeze({
  stringify: stringify,
  parse: parse
})
