isDocker.d.ts 58 B

1234
  1. declare function isDocker(): boolean;
  2. export = isDocker;