mirror of
https://github.com/github/codeql-action.git
synced 2025-12-29 02:30:11 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Node = void 0;
|
|
class Node {
|
|
}
|
|
exports.Node = Node;
|