isMiniProgram.d.ts 63 B

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