Link Search Menu Expand Document

DataURI overview

Added in v1.0.0


Table of contents


utils

DataURI

Signature

export declare const DataURI: t.BrandC<t.StringC, DataURIBrand>

Added in v1.0.0

DataURI (type alias)

Signature

export type DataURI = t.Branded<string, DataURIBrand>

Added in v1.0.0

DataURIBrand (interface)

Signature

export interface DataURIBrand {
  readonly DataURI: unique symbol
}

Added in v1.0.0