1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/requizzle/lib/wrappers/strict.js
2025-08-25 17:48:13 +08:00

14 lines
303 B
JavaScript

/*
Copyright 2014 Google LLC
Use of this source code is governed by the MIT License, available in this package's LICENSE file
or at http://opensource.org/licenses/MIT.
*/
exports.before = function before() {
return '"use strict";';
};
exports.after = function after() {
return '';
};