UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

10 lines (8 loc) 251 B
"use strict"; exports.__esModule = true; exports.getTextstring = getTextstring; /* eslint-disable import/prefer-default-export */ function getTextstring(string) { return chayns.utils.lang.get(string) || ''; } //# sourceMappingURL=textstring.js.map