2022-05-02 20:59:59 +01:00
|
|
|
# typed: true
|
|
|
|
|
2020-08-09 11:32:26 +01:00
|
|
|
# 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`.
|
2020-06-14 11:40:07 +05:30
|
|
|
|
2021-09-10 21:21:17 +01:00
|
|
|
module UNF; end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
class UNF::Normalizer
|
2021-09-10 21:21:17 +01:00
|
|
|
include ::Singleton
|
|
|
|
extend ::Singleton::SingletonClassMethods
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def initialize; end
|
|
|
|
|
2021-09-10 21:21:17 +01:00
|
|
|
def normalize(_arg0, _arg1); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
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)
|