From 6555fb80fdd8f6a5d201efadec3189d1244830a0 Mon Sep 17 00:00:00 2001 From: Nevena Bojovic Date: Tue, 1 Mar 2022 22:05:25 +0100 Subject: Izbrisala bin, obj i node-modules. --- .../Front/node_modules/is-wsl/readme.md | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 sandbox/testAppNevena/Front/node_modules/is-wsl/readme.md (limited to 'sandbox/testAppNevena/Front/node_modules/is-wsl/readme.md') diff --git a/sandbox/testAppNevena/Front/node_modules/is-wsl/readme.md b/sandbox/testAppNevena/Front/node_modules/is-wsl/readme.md deleted file mode 100644 index 5fe44fed..00000000 --- a/sandbox/testAppNevena/Front/node_modules/is-wsl/readme.md +++ /dev/null @@ -1,36 +0,0 @@ -# is-wsl [![Build Status](https://travis-ci.org/sindresorhus/is-wsl.svg?branch=master)](https://travis-ci.org/sindresorhus/is-wsl) - -> Check if the process is running inside [Windows Subsystem for Linux](https://msdn.microsoft.com/commandline/wsl/about) (Bash on Windows) - -Can be useful if you need to work around unimplemented or buggy features in WSL. Supports both WSL 1 and WSL 2. - - -## Install - -``` -$ npm install is-wsl -``` - - -## Usage - -```js -const isWsl = require('is-wsl'); - -// When running inside Windows Subsystem for Linux -console.log(isWsl); -//=> true -``` - - ---- - -
- - Get professional support for this package with a Tidelift subscription - -
- - Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. -
-
-- cgit v1.2.3