UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 68 B
export function getLength(text) { return text ? text.length : 0; }