UNPKG

bugyo-cloud-client

Version:
6 lines (5 loc) 156 B
/** * ページ中にある__RequestVerificationTokenを返します。 * @param html HTML */ export declare const parseToken: (html: string) => string;