UNPKG

rokameal

Version:

Simplified meal data fetcher using Republic of Korea Army Open Data API (Ministry of Defense)

3 lines (2 loc) 150 B
export declare const appendedIfNotEmpty: (array: string[], append: string) => string[]; export declare const extractNumbers: (str: string) => number;