/* IMPORT */ import Any from '../nodes/any'; /* MAIN */ const any = (): Any => { return new Any ( {} ); }; /* EXPORT */ export default any;