UNPKG

telesignenterprisesdk

Version:

This SDK enhances the functionality of the Telesign Self-service Node SDK, providing access to a broader range of Telesign APIs. See our source code on GitHub (https://github.com/TeleSign/node_telesign_enterprise) for installation instructions and other d

7 lines (6 loc) 219 B
const { messagingTest } = require('./Messaging.test.js'); const { verifyTest } = require('./Verify.test.js'); const { omniverifyTest } = require('./OmniVerify.test.js'); messagingTest(); verifyTest(); omniverifyTest();