UNPKG
up-bank-typescript
Version:
latest (0.0.1)
0.0.1
Typescript wrapper for Up Bank API
github.com/billyjs/up-bank-typescript
billyjs/up-bank-typescript
up-bank-typescript
/
dist
/
utils
/
index.d.ts
2 lines
(1 loc)
•
83 B
TypeScript
View Raw
1
2
export
declare
const
createQuerystring
: <F>
(
filters
: F,
size
?:
number
) =>
string
;