mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Change endpoint from persons to people
This commit is contained in:
24
backend/apis/nodejs/node_modules/babel-jest/build/loadBabelConfig.js
generated
vendored
Normal file
24
backend/apis/nodejs/node_modules/babel-jest/build/loadBabelConfig.js
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, 'loadPartialConfig', {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return _core().loadPartialConfig;
|
||||
}
|
||||
});
|
||||
Object.defineProperty(exports, 'loadPartialConfigAsync', {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return _core().loadPartialConfigAsync;
|
||||
}
|
||||
});
|
||||
function _core() {
|
||||
const data = require('@babel/core');
|
||||
_core = function () {
|
||||
return data;
|
||||
};
|
||||
return data;
|
||||
}
|
Reference in New Issue
Block a user