/** * Re-exports all elements from the alanrodas/shapeof project, that allows to check * for simple shapes of object. * * @module Functions/Querying * @author Alan Rodas Bonjour */ export { Shape, hasShape, shapeOf } from '@alanrodas/shapeof'; //# sourceMappingURL=shapeOf.d.ts.map