UNPKG
fixit-cli
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.0.3
1.0.2
1.0.1
1.0.0
A cli tool for FixIt theme.
github.com/hugo-fixit/fixit-cli
hugo-fixit/fixit-cli
fixit-cli
/
dist
/
lib
/
splitter.d.ts
9 lines
(8 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
type
SplitFiles
=
Map
<
string
,
string
>;
export
declare
class
ConfigSplitter
{
split
(
content
:
string
):
SplitFiles
;
parseKey
(
fullKey
:
string
): {
root
:
string
;
remainder
:
string
|
null
; }; }