You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import * as validator3 from "./classes";
let myValidator3 = new validator3.ZipCodeValidator();
import validator4 from "./classes";
let myValidator4 = new validator4();
The text was updated successfully, but these errors were encountered:
测试代码:
import * as validator3 from "./classes";
let myValidator3 = new validator3.ZipCodeValidator();
import validator4 from "./classes";
let myValidator4 = new validator4();
The text was updated successfully, but these errors were encountered: