1.0.1 • Published 6 years ago
joi-expo-push-token v1.0.1
joi-expo-push-token
Expo Push Token validation for Joi.
Installation
It can be installed from the npm registry:
$ npm install joi-expo-push-token
Usage example
const joi = Joi.extend(require('joi-expo-push-token'));
joi.string().expoPushToken().validate(maybeToken);