aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/wtf-bindings.h
blob: 3df543934ad14bb93961857fdac4a8265c5b2b84 (plain) (blame)
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);
}