Repository URL to install this package:
|
Version:
0.7.10 ▾
|
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
"use strict";const semver=require("semver");module.exports=exports=function(version){return semver.satisfies(version,"^10.4.0 || ^11 || >=12.0.0")};