Skip to content

Commit 0b2e7a8

Browse files
authored
Update number-to-string.ts
1 parent eaf58a9 commit 0b2e7a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/value-converters/number-to-string.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
61
export class NumberToStringValueConverter {
72
public toView(value) {
83
if (value === null || value === '') return null;

0 commit comments

Comments
 (0)