UNPKG

@graphql-codegen/cli

Version:
7 lines (6 loc) 169 B
/** * Poor mans ESM detection. * Looking at this and you have a better method? * Send a PR. */ export const isESMModule = (typeof __dirname === 'string') === false;