UNPKG

@types/runes

Version:
7 lines (5 loc) 167 B
declare function runes(text: string): string[]; declare namespace runes { function substr(text: string, start: number, width?: number): string; } export = runes;