1
0
Fork 0

Use ES imports

pull/4/head
Jonathan Clem 2019-05-21 11:46:02 -04:00
parent a52644e6dd
commit 90008fc46b
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
import im = require('./interfaces')
import intm = require('./internal')
import process = require('process')
import * as im from './interfaces'
import * as intm from './internal'
//-----------------------------------------------------------------------
// Variables

View File

@ -1,4 +1,4 @@
import os = require('os')
import * as os from 'os'
/**
* Commands