UNPKG

angular2-mdl

Version:

Angular 2 components, directives and styles based on material design lite https://getmdl.io.

10 lines 244 B
export function toNumber(value) { if (typeof value === 'undefined') { return null; } else if (typeof value === 'string') { return parseInt(value); } return value; } //# sourceMappingURL=number.property.js.map