UNPKG

zerosurge

Version:
9 lines (8 loc) 175 B
declare module "to-str" { /** * Converts a value to a string. * @param value - The value to convert. */ function toStr(value: unknown): string export = toStr }