2020-08-09 11:32:26 +01:00
|
|
|
# DO NOT EDIT MANUALLY
|
|
|
|
# This is an autogenerated file for types exported from the `unf` gem.
|
|
|
|
# Please instead update this file by running `tapioca generate --exclude json`.
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
# typed: true
|
|
|
|
|
|
|
|
module UNF
|
|
|
|
end
|
|
|
|
|
|
|
|
class UNF::Normalizer
|
|
|
|
include(::Singleton)
|
|
|
|
extend(::Singleton::SingletonClassMethods)
|
|
|
|
|
|
|
|
def initialize; end
|
|
|
|
|
|
|
|
def normalize(_, _); end
|
|
|
|
|
2020-08-09 11:32:26 +01:00
|
|
|
class << self
|
|
|
|
def instance; end
|
|
|
|
def normalize(string, form); end
|
|
|
|
end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
UNF::VERSION = T.let(T.unsafe(nil), String)
|