UNPKG

calcium-lang

Version:
6 lines (5 loc) 118 B
/** * All objects in Calcium use a Proxy. */ declare type InternalType = typeof Proxy; export default InternalType;