5 lines
78 B
Haxe
5 lines
78 B
Haxe
package node.crypto;
|
|
|
|
typedef JwkKeyExportOptions = {
|
|
var format : String;
|
|
}; |