UNPKG

@antv/util

Version:

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

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