X-Git-Url: http://git.squeep.com/?p=squeep-web-linking;a=blobdiff_plain;f=index.js;fp=index.js;h=8b9255dcc4735b56b48bbc3a6bf5e78c968ce808;hp=0000000000000000000000000000000000000000;hb=3436c07c25324507228f3d538d345ea35751c623;hpb=b36198e0a3d21413d75a501ffd52f0fb20188a31 diff --git a/index.js b/index.js new file mode 100644 index 0000000..8b9255d --- /dev/null +++ b/index.js @@ -0,0 +1,8 @@ +'use strict'; + +const { parse, SyntaxError } = require('./lib/rfc8288-web-linking'); + +module.exports = { + parse, + SyntaxError, +};