UNPKG
@theventures/caret
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Unofficial Node.js API client for the Caret HTTP API
github.com/theventures/caret
theventures/caret
@theventures/caret
/
dist
/
core
/
resource.d.ts
6 lines
(5 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Caret
}
from
"../client.js"
;
export
declare
abstract
class
APIResource
{
protected
_client
:
Caret
;
constructor
(
client
:
Caret
); }