feat(createCharacterComparison): create type CharacterComparison and export it
This commit is contained in:
@@ -276,3 +276,5 @@ export function createCharacterComparison<
|
||||
getCharState,
|
||||
};
|
||||
}
|
||||
|
||||
export type CharacterComparison = ReturnType<typeof createCharacterComparison>;
|
||||
|
||||
Reference in New Issue
Block a user