24 lines
473 B
Plaintext
Raw Normal View History

# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `unf` gem.
2021-09-17 19:28:50 +01:00
# Please instead update this file by running `bin/tapioca gem unf`.
2021-09-10 21:21:17 +01:00
module UNF; end
class UNF::Normalizer
2021-09-10 21:21:17 +01:00
include ::Singleton
extend ::Singleton::SingletonClassMethods
def initialize; end
2021-09-10 21:21:17 +01:00
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)