import {MFObject} from "./compile"; export function isObjectManifold(object: MFObject): boolean { // TODO: Future error checking return true }