UNPKG

@thi.ng/layout

Version:

Configurable nested 2D grid layout generators

6 lines (5 loc) 151 B
import { implementsFunction } from "@thi.ng/checks/implements-function"; const isLayout = (x) => implementsFunction(x, "next"); export { isLayout };