Press n or j to go to the next uncovered block, b, p or k for the previous block.
import {TagClass} from '../interfaces/TagClass'; export class ASN1Tag { constructor(public tagClass: TagClass, public tagCode: number) {} }