Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor() {
//Set client, initialize substitution wrappers and secret rules
//filter
this.setClient(new Client());
this.setSubstitutionWrappers('{{', '}}');
this.secretRules = [];
}