Module:User:Surjection/require-only

This is a private module sandbox of Surjection, for their own experimentation. Items in this module may be added and removed at Surjection's discretion; do not rely on this module's stability.


local export = {}

function export.require(frame)
	require(frame.args[1])
	return ""
end

return export