2020-08-09 11:32:26 +01:00
|
|
|
# DO NOT EDIT MANUALLY
|
|
|
|
# This is an autogenerated file for types exported from the `unicode-display_width` gem.
|
|
|
|
# Please instead update this file by running `tapioca generate --exclude json`.
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
# typed: true
|
|
|
|
|
|
|
|
module Unicode
|
|
|
|
end
|
|
|
|
|
|
|
|
module Unicode::DisplayWidth
|
2020-08-09 11:32:26 +01:00
|
|
|
class << self
|
|
|
|
def emoji_extra_width_of(string, ambiguous = T.unsafe(nil), overwrite = T.unsafe(nil), _ = T.unsafe(nil)); end
|
|
|
|
def of(string, ambiguous = T.unsafe(nil), overwrite = T.unsafe(nil), options = T.unsafe(nil)); end
|
|
|
|
end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
Unicode::DisplayWidth::DATA_DIRECTORY = T.let(T.unsafe(nil), String)
|
|
|
|
|
|
|
|
Unicode::DisplayWidth::DEPTHS = T.let(T.unsafe(nil), Array)
|
|
|
|
|
|
|
|
Unicode::DisplayWidth::INDEX = T.let(T.unsafe(nil), Array)
|
|
|
|
|
|
|
|
Unicode::DisplayWidth::INDEX_FILENAME = T.let(T.unsafe(nil), String)
|
|
|
|
|
|
|
|
Unicode::DisplayWidth::NO_STRING_EXT = T.let(T.unsafe(nil), TrueClass)
|
|
|
|
|
|
|
|
Unicode::DisplayWidth::UNICODE_VERSION = T.let(T.unsafe(nil), String)
|
|
|
|
|
|
|
|
Unicode::DisplayWidth::VERSION = T.let(T.unsafe(nil), String)
|