UNPKG

dazscript-types

Version:
7 lines 229 B
declare class ByteArray extends QByteArray { constructor(); constructor(byteArray: ByteArray); constructor(str: string); fromBase64(byteArray: ByteArray): ByteArray; fromBase64(str: string): ByteArray; }