aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/globals.d.ts
blob: 757ae40974ef2f2db381bd6a48d5c8c0d9092e61 (plain) (blame)
1
2
3
4
5
6
7
8
declare module 'async-child-process';
declare module 'publish-release';
declare module 'es6-promisify';

// semver-sort declarations
declare module 'semver-sort' {
    const desc: (versions: string[]) => string[];
}