aboutsummaryrefslogtreecommitdiff
path: root/src/javascript/jsc/bindings/Blob.h
blob: b6840415d4f6387720670a8740a4a5c80a2c4a5c (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include "root.h"

namespace WebCore {
using Blob = Bun__Blob;

}