brew/Library/Homebrew/sorbet/rbi/gems/ecma-re-validator@0.4.0.rbi

16 lines
473 B
Plaintext
Raw Normal View History

# typed: true
2021-09-10 03:21:26 +01:00
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `ecma-re-validator` gem.
2021-09-17 19:28:50 +01:00
# Please instead update this file by running `bin/tapioca gem ecma-re-validator`.
2021-09-10 03:21:26 +01:00
2021-09-10 21:21:17 +01:00
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)