UNPKG

@jondotsoy/flags

Version:

A Javascript arguments processor

3 lines (2 loc) 190 B
import type { RefineContext } from "../../dtos/RefineContext.js"; export declare const notNaNRefine: (value: string, index: number, args: string[], context: RefineContext) => RefineContext;