Remove 'use strict' expressions

This commit is contained in:
Alex Gleason
2023-09-20 11:55:04 -05:00
parent d4340162ef
commit e9b245b7d4
18 changed files with 0 additions and 35 deletions

View File

@ -1,5 +1,3 @@
'use strict';
/**
* Compare numerical primary keys represented as strings.
* For example, '10' (as a string) is considered less than '9'