Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(
public options: {
contentServer: string
metaContentServer: string
metaContentService: string
contentServerBundles: string
tutorialBaseURL: string
}
) {
this.catalyst = new CatalystClient(options.metaContentServer, 'EXPLORER')
}