mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Create index.d.ts * Create tslint.json * Create tsconfig.json * Update index.d.ts * used template * fixed swe-validation typings and test
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
import validate = require("swe-validation");
|
|
|
|
const corporateId = validate.cin(5500123456);
|
|
const personalId = validate.ssn(192301120123);
|