method z.ZodFunction.prototype.strictImplementimport { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { ZodFunction } = z; strictImplement(func: InnerTypeOfFunction<Args, Returns>): InnerTypeOfFunction<Args, Returns>Parametersfunc: InnerTypeOfFunction<Args, Returns>ReturnsInnerTypeOfFunction<Args, Returns>