UNPKG

feedbaby-client

Version:
12 lines (11 loc) 330 B
import { Authentication } from "../FeedBabyClient"; export declare class AuthParameters { private static validPassphrase; validate(auth: Authentication): void; create(auth: Authentication): { [key: string]: string; }; private static pad; private static paddedMonth; private static paddedDay; }