Table of contents
getDiscrete (function)
Signature
export const getDiscrete = <D extends string, U extends string>(
dimension: D,
unit: U
): Type<Discrete<D, U>, string, mixed> => ...
Signature
export const getDiscrete = <D extends string, U extends string>(
dimension: D,
unit: U
): Type<Discrete<D, U>, string, mixed> => ...