UNPKG

pretty-jcal

Version:

jCal to readable JSON 2-way-convert

15 lines (12 loc) 291 B
import { jcal2prettyJCAL } from './jcal2prettyJCAL'; import { prettyJCAL2jcal } from './prettyJCAL2jcal'; export type { JCALComponentNode, JCALPropertyNode, PrettyJCALComponentNode, PrettyJCALPropertyNode, } from './type'; export default { jcal2prettyJCAL, prettyJCAL2jcal, };