UNPKG
@toolprint/api-client
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
www.toolprint.ai
toolprint/sdk-ts
@toolprint/api-client
/
dist
/
types
/
src
/
client
/
client.d.ts
3 lines
•
150 B
TypeScript
View Raw
1
2
3
import
type
{
Client
,
Config
}
from
'./types.js'
;
export
declare
const
createClient
:
(
config
?:
Config
) =>
Client
;
//# sourceMappingURL=client.d.ts.map