UNPKG
milodb
Version:
latest (2.0.0)
2.0.0
1.1.1
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
Fast encrypted JSON database with AI-friendly API
github.com/yourusername/milodb
yourusername/milodb
milodb
/
dist
/
server.d.ts
4 lines
(3 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
declare
const
app
:
import
(
"express-serve-static-core"
).
Express
;
export
declare
const
startServer
:
(
port
?:
number
) =>
Promise
<
void
>;
export
default
app;