mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
218 B
TypeScript
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');
|