UNPKG

are-you-es5

Version:

A package to help you find out which of your `node_modules` aren't ES5 so you can add them to your transpilation steps.

8 lines (7 loc) 146 B
declare const CLI_ERRORS: { nonES5DependenciesDetected: { code: number; message: string; }; }; export default CLI_ERRORS;