UNPKG
nfo-parser
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
A simple NFO parser
github.com/hqwuzhaoyi/gpt-subtitle
hqwuzhaoyi/gpt-subtitle
nfo-parser
/
dist
/
parser.d.ts
4 lines
•
235 B
TypeScript
View Raw
1
2
3
4
import
{
MediaInfo
}
from
"shared-types"
;
export
declare
function
parser
(
filePath
:
string
):
Promise
<
Record
<
any
,
any
>>;
export
declare
function
extractMediaInfo
(
filePath
:
string
):
Promise
<
MediaInfo
>;
//# sourceMappingURL=parser.d.ts.map