3 lines
91 B
Haxe
3 lines
91 B
Haxe
package node.crypto.webcrypto;
|
|
|
|
typedef AlgorithmIdentifier = ts.AnyOf2<String, Algorithm>; |