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.

45 lines (44 loc) 2.27 kB
export { SourceProperty } from "./SourceProperty"; export { KindProperty } from "./KindProperty"; export { XMLProperty } from "./XMLProperty"; export { FNProperty } from "./FNProperty"; export { NProperty } from "./NProperty"; export { NicknameProperty } from "./NicknameProperty"; export { PhotoProperty } from "./PhotoProperty"; export { BdayProperty } from "./BdayProperty"; export { AnniversaryProperty } from "./AnniversaryProperty"; export { GenderProperty } from "./GenderProperty"; export { BirthPlaceProperty } from "./BirthPlaceProperty"; export { DeathPlaceProperty } from "./DeathPlaceProperty"; export { DeathDateProperty } from "./DeathDateProperty"; export { ExpertiseProperty } from "./ExpertiseProperty"; export { HobbyProperty } from "./HobbyProperty"; export { InterestProperty } from "./InterestProperty"; export { AdrProperty } from "./AdrProperty"; export { TelProperty } from "./TelProperty"; export { EmailProperty } from "./EmailProperty"; export { IMPPProperty } from "./IMPPProperty"; export { LangProperty } from "./LangProperty"; export { ContactURIProperty } from "./ContactURIProperty"; export { TzProperty } from "./TzProperty"; export { GeoProperty } from "./GeoProperty"; export { TitleProperty } from "./TitleProperty"; export { RoleProperty } from "./RoleProperty"; export { LogoProperty } from "./LogoProperty"; export { OrgProperty } from "./OrgProperty"; export { MemberProperty } from "./MemberProperty"; export { RelatedProperty } from "./RelatedProperty"; export { OrgDirectoryProperty } from "./OrgDirectoryProperty"; export { CategoriesProperty } from "./CategoriesProperty"; export { NoteProperty } from "./NoteProperty"; export { ProdidProperty } from "./ProdidProperty"; export { RevProperty } from "./RevProperty"; export { SoundProperty } from "./SoundProperty"; export { UIDProperty } from "./UIDProperty"; export { ClientpidmapProperty } from "./ClientpidmapProperty"; export { URLProperty } from "./URLProperty"; export { KeyProperty } from "./KeyProperty"; export { FburlProperty } from "./FburlProperty"; export { CaladruriProperty } from "./CaladruriProperty"; export { CaluriProperty } from "./CaluriProperty"; export { ExtendedProperty } from "./ExtendedProperty";