UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

6 lines 202 B
/** * Converts any input value to a string. * @param input The value to convert to a string * @returns The string representation of the input */ export declare function toString(input: any): string;