UNPKG

este-library-oldschool

Version:

Library for github.com/steida/este.git

15 lines (14 loc) 334 B
// Generated by github.com/steida/coffee2closure 900.1.18 /** @fileoverview Setters for este.Model @namespace este.model.setters */ goog.provide('este.model.setters'); goog.require('goog.string'); /** @param {string} value @return {string} */ este.model.setters.trim = function(value) { return goog.string.trim(value); };