UNPKG

rwsdk

Version:

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

4 lines (3 loc) 88 B
export function isJsFile(filepath) { return /\.(m|c)?(j|t)s(x)?$/.test(filepath); }