UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

16 lines (12 loc) 254 B
/** Check if the process is running inside a Docker container. @example ``` import isDocker = require('is-docker'); if (isDocker()) { console.log('Running inside a Docker container'); } ``` */ declare function isDocker(): boolean; export = isDocker;