Module reflect

Module reflect 

Source
Expand description

This module implements the global Reflect object.

The Reflect global object is a built-in object that provides methods for interceptable JavaScript operations.

More information: