Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update isExpoPushToken type signature (#36)
* Update isExpoPushToken type signature I think this is a better fit for what the function actually does: we don't know the type of the thing coming in, but we do know the type if it returns true. https://www.typescriptlang.org/docs/handbook/advanced-types.html#using-type-predicates
- Loading branch information