UNPKG
ogp-parser
Version:
beta (0.6.0-rc.0)
latest (0.8.1)
0.8.1
0.8.0
0.7.1
0.6.0
0.6.0-rc.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.0.1
This Package is Open Graph Parser.
github.com/ukyoda/ogpParser
ukyoda/ogpParser
ogp-parser
/
dist
/
core
/
getContents.d.ts
7 lines
(6 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
RequestOptions
}
from
'./request'
;
type
Config
= {
headers
:
RequestOptions
[
'headers'
]; };
export
declare
const
getContents
:
(
url
:
string
,
config
?:
Config
) =>
Promise
<
string
>;
export
{};