utils.js 125 Bytes
Newer Older
1 2 3 4 5 6
/** DON'T EDIT THIS FILE; was created by scripts. */
"use strict"

module.exports = {
    patch: require("./utils/patch"),
}