1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-10 10:28:34 +00:00
Files
UXP/toolkit/jetpack/diffpatcher/index.js
T
2019-02-15 23:30:56 +08:00

6 lines
120 B
JavaScript

"use strict";
exports.diff = require("./diff")
exports.patch = require("./patch")
exports.rebase = require("./rebase")