import {generateCheckStringFormat} from "../generator/check-string-format-generator"; import * as sources from "./sources"; for (let src of sources.STRING_FORMAT_RAW_SOURCES) { generateCheckStringFormat(src); }