Options for controlling spacing in notes.

SpaceOptions

interface SpaceOptions {
    space: boolean;
}

Properties

Properties

space: boolean

Whether to include a space in the note.

Generated using TypeDoc