class ViteRuby

def manifest

Experimental RBS support (using type sampling data from the type_fusion project).

def manifest: () -> untyped

This signature was generated using 1 sample from 1 application.

Public: Enables looking up assets managed by Vite using name and type.
def manifest
  @manifest ||= ViteRuby::Manifest.new(self)
end