1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 05:39:32 +00:00

Added forgotten strict mode declarations

This commit is contained in:
2022-02-09 15:26:49 +00:00
parent ae8d302d34
commit c7b3cd131f
8 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
'use strict';
const helpers = {};
helpers.eq = (arg1, arg2, options) =>