ts2typebox
Version:
Creates TypeBox code from Typescript code
8 lines (7 loc) • 311 B
TypeScript
/**
* Formats given input with prettier and returns the result. This is used for
* testing to be able to compare generated types with expected types without
* having to take care of formatting.
* @throws Error
**/
export declare const expectEqualIgnoreFormatting: (input1: string, input2: string) => void;