UNPKG

json-logic-engine

Version:

Construct complex rules with JSON & process them.

7 lines (6 loc) 198 B
export default getIsOptionalChainingSupported; /** * Checks if optional chaining is supported for the compiler * @returns {Boolean} */ declare function getIsOptionalChainingSupported(): boolean;