UNPKG
api-formatter
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Format json responses in a meta-data structure
github.com/robb-j/api-formatter
robb-j/api-formatter
api-formatter
/
types.d.ts
14 lines
(12 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{
Api
}
from
'./dist/index'
export
*
from
'./dist/index'
declare
global
{
namespace
Express
{
interface
Request
{
api
:
Api
; }
interface
Response
{
api
:
Api
; } } }