mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
24 lines
473 B
Ruby
24 lines
473 B
Ruby
# typed: true
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
# This is an autogenerated file for types exported from the `unf` gem.
|
|
# Please instead update this file by running `bin/tapioca gem unf`.
|
|
|
|
module UNF; end
|
|
|
|
class UNF::Normalizer
|
|
include ::Singleton
|
|
extend ::Singleton::SingletonClassMethods
|
|
|
|
def initialize; end
|
|
|
|
def normalize(_arg0, _arg1); end
|
|
|
|
class << self
|
|
def instance; end
|
|
def normalize(string, form); end
|
|
end
|
|
end
|
|
|
|
UNF::VERSION = T.let(T.unsafe(nil), String)
|