UNPKG
@hygiene/core
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Keep your TODOs and FIXMEs healthy
github.com/Leko/hygiene
Leko/hygiene
@hygiene/core
/
dist
/
combineParsers.d.ts
3 lines
•
193 B
TypeScript
View Raw
1
2
3
import
{
Plugin
}
from
"./Plugin"
;
export
declare
function
combineParsers
(
...
plugins
:
Pick
<
Plugin
<
any
,
any
>,
"parse"
>[]
):
Plugin
<
any
,
any
>[
"parse"
];
//# sourceMappingURL=combineParsers.d.ts.map