mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 06:40:35 +08:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
import runes = require('runes');
|
|
|
|
runes('hello world 😁');
|
|
runes.substr('hello world 😁', 1);
|