UNPKG

usda-food-data-api-builder

Version:

USDA Food Data API database builder for self-hosted API access to the USDA Food Data database

8 lines (7 loc) 207 B
declare const _default: { log: typeof log; write: typeof write; }; export default _default; export declare function log(...args: any): void; export declare function write(data: string): void;