Skip to content

@stephansama packages / @stephansama/typed-templates / normalize / compareSchemas

Function: compareSchemas()

ts
function compareSchemas(
   a, 
   b, 
   path): string[];

Defined in: normalize.ts:15

Parameters

a

NormalizedSchema

b

NormalizedSchema

path

string = ""

Returns

string[]

Released under MIT license