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.4 kB
JavaScript
export { SourceProperty } from "./SourceProperty.js";
export { KindProperty } from "./KindProperty.js";
export { XMLProperty } from "./XMLProperty.js";
export { FNProperty } from "./FNProperty.js";
export { NProperty } from "./NProperty.js";
export { NicknameProperty } from "./NicknameProperty.js";
export { PhotoProperty } from "./PhotoProperty.js";
export { BdayProperty } from "./BdayProperty.js";
export { AnniversaryProperty } from "./AnniversaryProperty.js";
export { GenderProperty } from "./GenderProperty.js";
export { BirthPlaceProperty } from "./BirthPlaceProperty.js";
export { DeathPlaceProperty } from "./DeathPlaceProperty.js";
export { DeathDateProperty } from "./DeathDateProperty.js";
export { ExpertiseProperty } from "./ExpertiseProperty.js";
export { HobbyProperty } from "./HobbyProperty.js";
export { InterestProperty } from "./InterestProperty.js";
export { AdrProperty } from "./AdrProperty.js";
export { TelProperty } from "./TelProperty.js";
export { EmailProperty } from "./EmailProperty.js";
export { IMPPProperty } from "./IMPPProperty.js";
export { LangProperty } from "./LangProperty.js";
export { ContactURIProperty } from "./ContactURIProperty.js";
export { TzProperty } from "./TzProperty.js";
export { GeoProperty } from "./GeoProperty.js";
export { TitleProperty } from "./TitleProperty.js";
export { RoleProperty } from "./RoleProperty.js";
export { LogoProperty } from "./LogoProperty.js";
export { OrgProperty } from "./OrgProperty.js";
export { MemberProperty } from "./MemberProperty.js";
export { RelatedProperty } from "./RelatedProperty.js";
export { OrgDirectoryProperty } from "./OrgDirectoryProperty.js";
export { CategoriesProperty } from "./CategoriesProperty.js";
export { NoteProperty } from "./NoteProperty.js";
export { ProdidProperty } from "./ProdidProperty.js";
export { RevProperty } from "./RevProperty.js";
export { SoundProperty } from "./SoundProperty.js";
export { UIDProperty } from "./UIDProperty.js";
export { ClientpidmapProperty } from "./ClientpidmapProperty.js";
export { URLProperty } from "./URLProperty.js";
export { KeyProperty } from "./KeyProperty.js";
export { FburlProperty } from "./FburlProperty.js";
export { CaladruriProperty } from "./CaladruriProperty.js";
export { CaluriProperty } from "./CaluriProperty.js";
export { ExtendedProperty } from "./ExtendedProperty.js";