Returns the ubiquitous language dictionary from a domain.
Optionally specify a version to get the ubiquitous language dictionary from a specific version of the domain.
@example
import utils from'@eventcatalog/utils'; const{ getUbiquitousLanguageFromDomain }=utils('/path/to/eventcatalog'); const ubiquitousLanguage =awaitgetUbiquitousLanguageFromDomain('Payment'); // Returns the ubiquitous language dictionary from a specific version of the domain const ubiquitousLanguage =awaitgetUbiquitousLanguageFromDomain('Payment','0.0.1');
Returns the ubiquitous language dictionary from a domain.
Optionally specify a version to get the ubiquitous language dictionary from a specific version of the domain.