mirror of
https://github.com/actions/labeler
synced 2026-05-08 22:11:02 +02:00
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var hoisting = require("./hoist-jest");
|
|
exports.internals = [hoisting];
|