Constructors
constructor
- new VCardBuilder(opts?): VCardBuilder
-
Parameters
-
Optional
opts: {
fullName: null;
number: null;
org: null;
}
-
fullName: null
-
number: null
-
org: null
Properties
fullName
fullName: null | string
number
number: null | string
Methods
build
- build(): string
-
Returns string