UNPKG
ilingo
Version:
latest (5.0.0)
next (2.0.0-3)
5.0.0
4.4.1
4.4.0
4.3.1
4.2.0
4.1.1
4.1.0
4.0.0
3.2.0
3.1.0
3.0.0
3.0.0-alpha.2
3.0.0-alpha.1
3.0.0-alpha.0
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
This is a lightweight library for translation.
tada5hi/ilingo
ilingo
/
dist
/
utils
/
identify.d.ts
3 lines
•
159 B
TypeScript
View Raw
1
2
3
import
type
{
LinesRecord
}
from
'../types'
;
export
declare
function
isLineRecord
(
value
:
unknown
): value is
LinesRecord
;
//# sourceMappingURL=identify.d.ts.map