UNPKG

egg-minifapp

Version:

对接各种小程序之类app的sdk

8 lines (7 loc) 237 B
import { Base } from "./base"; import { intemyauthentication } from './interface/in_public'; export declare class myauthentication extends Base { private appid; constructor(obj: intemyauthentication); init(): Promise<any>; }