StringOptions<sync>

StringOptions<sync extends "sync" | "async">: StringOptionsWithImporter<sync> | StringOptionsWithoutImporter<sync>

Options that can be passed to compileString or compileStringAsync.

This is a StringOptionsWithImporter if it has a importer field, and a StringOptionsWithoutImporter otherwise.

Type Parameters