node_modules.core-js.modules._entry-virtual.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
var core = require('./_core');
module.exports = function (CONSTRUCTOR) {
var C = core[CONSTRUCTOR];
return (C.virtual || C.prototype);
};