function Ps
Ps<T = unknown>(ps: T): unknown

A single (usually optional) numeric parameter, composed of one or more decimal digits.

make sure undefined become "", rather than "undefined"

Type Parameters

T = unknown

Parameters

ps: T

Return Type

unknown

Usage

import { Ps } from "_shared.ts";