mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 19:01:20 -04:00
5 lines
93 B
JavaScript
Executable File
5 lines
93 B
JavaScript
Executable File
"use strict";
|
|
|
|
(function () {
|
|
module.exports = require("./Bottleneck");
|
|
}).call(undefined); |