We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf58a9 commit 0b2e7a8Copy full SHA for 0b2e7a8
src/value-converters/number-to-string.ts
@@ -1,8 +1,3 @@
1
-/*
2
-Copyright 2020, Verizon Media
3
-Licensed under the terms of the MIT license. See the LICENSE file in the project root for license terms.
4
-*/
5
-
6
export class NumberToStringValueConverter {
7
public toView(value) {
8
if (value === null || value === '') return null;
0 commit comments