Files
kiss-flixel/feedback-server/externs/node/crypto/webcrypto/CryptoKeyConstructor.hx

12 lines
236 B
Haxe

package node.crypto.webcrypto;
typedef CryptoKeyConstructor = {
/**
Illegal constructor
**/
@:selfCall
function call(_:{ final _ : js.lib.Symbol; }):Any;
final length : Int;
final name : String;
final prototype : CryptoKey;
};