UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

8 lines (5 loc) 156 B
import toString from './to-string'; const upperCase = function (str: string): string { return toString(str).toUpperCase(); }; export default upperCase;