16 lines
473 B
Ruby
16 lines
473 B
Ruby
# typed: true
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
# This is an autogenerated file for types exported from the `ecma-re-validator` gem.
|
|
# Please instead update this file by running `bin/tapioca gem ecma-re-validator`.
|
|
|
|
module EcmaReValidator
|
|
class << self
|
|
def valid?(input); end
|
|
end
|
|
end
|
|
|
|
EcmaReValidator::INVALID_REGEXP = T.let(T.unsafe(nil), Array)
|
|
EcmaReValidator::INVALID_TOKENS = T.let(T.unsafe(nil), Array)
|
|
EcmaReValidator::UNICODE_CHARACTERS = T.let(T.unsafe(nil), Array)
|