UNPKG
@vrcd-community/zhlint
Version:
latest (0.8.2-hotfix)
0.8.2-hotfix
A linting tool for Chinese language.
github.com/Misaka-L/zhlint
Misaka-L/zhlint
@vrcd-community/zhlint
/
lib
/
hypers
/
ignore.d.ts
6 lines
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IgnoredCase
}
from
'../ignore.js'
;
import
{
ParsedStatus
}
from
'./types.js'
;
export
declare
const
parseIngoredCase
:
(
text
:
string
) =>
IgnoredCase
|
undefined
;
declare
const
parser
:
(
data
:
ParsedStatus
) =>
ParsedStatus
;
export
default
parser;
//# sourceMappingURL=ignore.d.ts.map