UNPKG
pif-parser
Version:
latest (0.0.0)
0.0.0
Parse FCC Public Inspection Files PDFs
github.com/gabrielflorit/pif-parser
gabrielflorit/pif-parser
pif-parser
/
src
/
wmur.js
7 lines
(4 loc)
•
96 B
JavaScript
View Raw
1
2
3
4
5
6
7
// expect that this will take in a pdf text
export
default
(text) => {
console
.
log
(
'asdf'
) }