Changes

11 bytes removed ,  09:09, 22 October 2022
use require('strict') instead of require('Module:No globals')
Line 1: Line 1:  
-- This module implements {{section link}}.
 
-- This module implements {{section link}}.
require('Module:No globals');
+
require('strict');
    
local checkType = require('libraryUtil').checkType
 
local checkType = require('libraryUtil').checkType
Anonymous user