Categories
property WriteImportMapOptions.indent

Indentation for the serialized map, with the semantics of JSON.stringify's space parameter: a number of spaces per level or a literal indent string. Defaults to a tab.

Examples

Example 1

const indent = 2;

Type

string | number