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"
ps: T
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"
ps: T
import { Ps } from "_shared.ts";