Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor() {
let config = new ChineseDurationParserConfiguration();
super(config);
this.internalParser = new NumberWithUnitParser(new DurationParserConfiguration());
}