UNPKG

archfit

Version:

Validate the fitness of your AWS solutions, without the heavy lifting!

3 lines (2 loc) 124 B
import { Currency } from '../../interfaces/Currency'; export declare function isCurrency(value: string): value is Currency;