cnpmcore
Version:
18 lines (17 loc) • 431 B
TypeScript
export declare enum BinaryType {
Api = "api",
Bucket = "bucket",
Cypress = "cypress",
Electron = "electron",
GitHub = "github",
Imagemin = "imagemin",
Node = "node",
NodePreGyp = "nodePreGyp",
Nwjs = "nwjs",
Playwright = "playwright",
Puppeteer = "puppeteer",
Prisma = "prisma",
Sqlcipher = "sqlcipher",
ChromeForTesting = "chromeForTesting",
Edgedriver = "edgedriver"
}