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
/
normalize-raw-item.d.ts
9 lines
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Item
}
from
"./item"
;
import
{
RawItem
}
from
"./raw-item"
;
/** * `normalizeRawItem` transforms a `RawItem` into an `Item`. */
export
declare
function
normalizeRawItem
(
{ rawItem }: { rawItem: RawItem; }
):
Item
;
//# sourceMappingURL=normalize-raw-item.d.ts.map