Closed MangelMaxime closed 6 months ago
TypeScript documentation:
export type ColorInfo = ColorSupport | false;
translates into
type ColorInfo = ColorSupport
[!NOTE] This is not exactly correct but I don't think we can represent a literal false in F#
false
Example of npm package using this features:
TypeScript documentation:
translates into
Example of npm package using this features: