Files
bun.sh/src/bun.js/bindings/CachedScript.h
2022-06-22 23:21:48 -07:00

9 lines
79 B
C++

#pragma once
#include "root.h"
namespace WebCore {
class CachedScript {
};
}