UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

6 lines (5 loc) 172 B
export function isBareImport(importPath) { return (!importPath.startsWith(".") && !importPath.startsWith("/") && !importPath.startsWith("virtual:")); }