UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 82 B
export function fromChars(texts) { return !texts ? undefined : texts.join(''); }