UNPKG

vcard4

Version:

An RFC 6350 compliant JavaScript library for generating and parsing version 4.0 vCards. Can also generate RFC 6351 compliant XML vCards and RFC 7095 compliant jCards. TypeScript type declarations are provided.

8 lines (7 loc) 247 B
export * from "./errors/index"; export * from "./values/index"; export * from "./parameters/index"; export * from "./properties/index"; export { Group } from "./group"; export { VCARD } from "./card"; export { parse } from "./parse/index";