Function has_import_setting

Source
pub fn has_import_setting(
    state: &EiteState,
    format: &str,
    direction: &str,
    key: &str,
) -> Result<bool>
Expand description

Check whether a named key exists in format (import/export) settings. (JS implIn equivalent for import direction).