Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ip1sms/is-disposable-phone-number

iP1SMS1.4kMIT1.1.0TypeScript support: definitely-typed

Determine if a phone number is a disposable phone number. You can use it to detect or block disposable phone numbers in your signup process.

disposable, phonenumbers, signup

readme

is-disposable-phone-number-js

Determine if a phone number is a disposable phone number. You can use it to detect or block disposable phone numbers in your sign up process.

Example

var disposable = require('@ip1sms/is-disposable-phone-number');

disposable("+18286623154"); // true

Installation

npm install @ip1sms/is-disposable-phone-number

License

MIT.