@areslabs/alita-core
Version:
alita-core
16 lines (14 loc) • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = checkBase;
/**
* Copyright (c) Areslabs.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
function checkBase(ast, filepath, rawCode) {// do noting
}