projects
/
squeep-web-linking
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial release
[squeep-web-linking]
/
index.js
1
'use strict'
;
2
3
const
{
parse
,
SyntaxError
} =
require
(
'./lib/rfc8288-web-linking'
);
4
5
module
.
exports
= {
6
parse
,
7
SyntaxError
,
8
};