aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/isBuiltinModule.h
blob: d66f025d1109f21772528d517e37f10462df4df9 (plain) (blame)
1
2
3
4
5
#pragma once

namespace Bun {
bool isBuiltinModule(const String &namePossiblyWithNodePrefix);
} // namespace Bun