UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

6 lines (5 loc) 205 B
/** * Checks if word is a reserved word in non-strict mode */ export declare function isReservedWord(word: string, inModule?: boolean): boolean; export declare function isKeyword(word: string): boolean;