UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 78 B
export function toChars(text) { return !text ? undefined : text.split(''); }