From 0712c416259e4860ff1910c4a5bcd7b37da6b237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 31 Oct 2021 21:18:37 +0100 Subject: lib. --- static/jcal.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'static/jcal.ts') diff --git a/static/jcal.ts b/static/jcal.ts index 51a1130b..327a560d 100644 --- a/static/jcal.ts +++ b/static/jcal.ts @@ -1,5 +1,6 @@ export { jcal_to_xcal } import { ical_type, JCalProperty, JCal } from './types' +import { xcal, asList } from './lib' function jcal_type_to_xcal(doc: Document, type: ical_type, value: any): Element { let el = doc.createElementNS(xcal, type); -- cgit v1.2.3