UNPKG

@umijs/deps

Version:

[![Install size](https://badgen.net/packagephobia/install/@umijs/deps)](https://packagephobia.now.sh/result?p=@umijs/deps)

10 lines (7 loc) 271 B
import Range = require('../classes/range'); import semver = require('../index'); /** * Mostly just for testing and legacy API reasons */ declare function toComparators(range: string | Range, optionsOrLoose?: boolean | semver.Options): string; export = toComparators;