Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.47 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.47 KB

joi-expo-push-token

Expo Push Token validation for Joi.

NPM Version NPM Downloads Build Status Coverage Status License: MIT

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);

License

MIT