UNPKG
pariatursit
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
ASN.1 encoding and decoding
github.com/ColbySkiles/pariatursit
ColbySkiles/pariatursit
pariatursit
/
dist
/
types
/
types
/
objectidentifier.d.ts
8 lines
(7 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
ObjectIdentifier
{
readonly
_nodes
:
number
[];
constructor
(
nodes
:
number
[]
);
readonly
nodes
:
number
[];
readonly
dotDelimitedNotation
:
string
;
toString
():
string
; }