UNPKG

bugyo-cloud-client

Version:
13 lines (12 loc) 348 B
/** * ページ中にある__RequestVerificationTokenを返します。 * @param html HTML */ export declare const parseToken: (html: string) => string; /** * ページ中にある #ApplicationRoot の href 属性から userCode を返します。 * * @param html * @returns */ export declare const parseUserCode: (html: string) => string;