isMiniProgram.d.ts 63 B

123
  1. declare const isMiniProgram: boolean;
  2. export = isMiniProgram;