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