UNPKG
@coinset/gmocoin
Version:
beta (1.0.0-beta.2)
latest (1.0.0-beta.1)
1.0.0-beta.2
1.0.0-beta.1
GMO Coin API client
github.com/coinset/gmocoin
coinset/gmocoin
@coinset/gmocoin
/
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