UNPKG
hn-ts
Version:
latest (0.1.0)
0.1.0
TypeScript client for the Hacker News API
github.com/velut/hn-ts
velut/hn-ts
hn-ts
/
dist
/
hn-api-base-url.d.ts
3 lines
•
177 B
TypeScript
View Raw
1
2
3
/** Base URL for all calls to the Hacker News API */
export
declare
const
hnApiBaseUrl =
"https://hacker-news.firebaseio.com/v0"
;
//# sourceMappingURL=hn-api-base-url.d.ts.map