mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
import pear -> global.Pear, font
This commit is contained in:
@@ -3,7 +3,7 @@ import os from 'os'
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
import { spawn } from 'child_process'
|
||||
import { config, versions } from 'pear'
|
||||
const { config, versions } = Pear
|
||||
|
||||
const BIN = path.join(config.pearDir, 'bin')
|
||||
const isWin = process.platform === 'win32'
|
||||
|
||||
Reference in New Issue
Block a user