UNPKG
@coinset/bitflyer
Version:
beta (1.0.0-beta.4)
latest (1.0.0-beta.3)
1.0.0-beta.4
1.0.0-beta.3
Bitflyer API client for Node.js
github.com/coinset/bitflyer
coinset/bitflyer
@coinset/bitflyer
/
dist
/
utils
/
types
/
index.d.ts
3 lines
•
136 B
TypeScript
View Raw
1
2
3
declare
type
StrictExtract
<T, U
extends
T> = T
extends
U ? T :
never
;
export
type
{
StrictExtract
};
//# sourceMappingURL=index.d.ts.map