1 2 3 4 5 6 7 8 9 10
#pragma once #include "root.h" #include "wtf/text/ASCIIFastPath.h" extern "C" void WTF__copyLCharsFromUCharSource(LChar* destination, const UChar* source, size_t length); namespace Bun { String base64URLEncodeToString(Vector<uint8_t> data); }