UNPKG
shoti
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Wrapper for Shoti API.
shoti
/
dist
/
api
/
getShoti.d.ts
6 lines
(5 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ShotiConfig
,
ShotiResult
}
from
"../types"
;
export
declare
function
getShoti
(
apikey
?:
string
,
config
?:
ShotiConfig
):
Promise
<
ShotiResult
| {
error
:
string
;
code
:
number
; }>;