UNPKG
@cwagner22/react-router-hono
Version:
latest (1.2.6)
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
React Router Hono Server
www.resolid.tech
cwagner22/resolid-react-router-hono
@cwagner22/react-router-hono
/
dist
/
build-utils-BTBdkIB6.d.ts
9 lines
(6 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
esbuild
from
'esbuild'
;
type
NodeVersion
=
20
|
22
;
type
BundlerLoader
= { [
p
:
string
]: esbuild.
Loader
; };
export
type
{
BundlerLoader
as
B,
NodeVersion
as
N };