brew/Library/Homebrew/sorbet/rbi/gems/ecma-re-validator@0.3.0.rbi
2021-09-17 19:28:50 +01:00

16 lines
473 B
Ruby

# 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`.
# typed: true
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)