UNPKG

turkish-id-checker

Version:

A package which checks if a number or string is a valid Turkish ID or not and generates a random valid Turkish ID.

9 lines (8 loc) 129 B
export class Result { display: string status: boolean constructor () { this.display = '' this.status = false } }