UNPKG

svg-spritemap-webpack-plugin

Version:

Generates symbol-based SVG spritemap from all .svg files in a directory

5 lines (4 loc) 116 B
import { z } from 'zod'; export const zFunction = z.custom((value) => { return typeof value === 'function'; });