SVG overview
Added in v1.0.0
Table of contents
decoders
svgDecoder
Signature
export declare const svgDecoder: <S extends string>() => D.Decoder<S, t.Branded<S, SVGBrand>>
Added in v1.1.0
utils
SVG
Signature
export declare const SVG: t.BrandC<t.StringC, SVGBrand>
Added in v1.0.0
SVG (type alias)
Signature
export type SVG = t.Branded<string, SVGBrand>
Added in v1.0.0
SVGBrand (interface)
Signature
export interface SVGBrand {
readonly SVG: unique symbol
}
Added in v1.0.0