DefinitelyTyped/types/smshelper/smshelper-tests.ts
2020-02-05 15:15:30 -08:00

8 lines
218 B
TypeScript

import * as smshelper from 'smshelper';
const charCount = smshelper.count('MY_RANDOM_MESSAGE');
const encoding = smshelper.detectEncoding('MY_RANDOM_MESSAGE');
const smsCount = smshelper.parts('MY_RANDOM_MESSAGE');