mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
'use strict';
|
|
|
|
exports.Parse = require('./lib/parser-stream');
|
|
exports.Extract = require('./lib/extract'); |