Home
last modified time | relevance | path

Searched refs:stringValidator (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/commands/
H A DAddChangelog.ts25 const stringValidator = { constant
36 ...stringValidator,
76 ...stringValidator,
/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/records/
H A DSizeBinderTest.kt35 val stringValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<String>()) in should bind the string type to the string validator() constant
37 Truth.assertThat(stringValidator).isInstanceOf(StringSizeValidator::class.java) in should bind the string type to the string validator()