UNPKG
kronosapi
Version:
latest (1.0.0)
1.0.0
Fast web api with Bun
kronosapi
/
index.js
9 lines
(7 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/*! * KronosAPI * Copyright(c) 2022 Bryan Blanchard * MIT Licensed */
'use strict'
;
export
*
from
"./lib/index"
;