module Turbo::IncludesHelper

def turbo_include_tags

javascript_include_tag "turbo", type: "module-shim" if together with Stimulus and importmaps.
DEPRECATED: Just use javascript_include_tag "turbo", type: "module" directly if using Turbo alone, or
def turbo_include_tags
  javascript_include_tag("turbo", type: "module")
end