mirror of https://github.com/actions/toolkit
Use ES imports
parent
a52644e6dd
commit
90008fc46b
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import os = require('os')
|
||||
import * as os from 'os'
|
||||
|
||||
/**
|
||||
* Commands
|
||||
|
|
Loading…
Reference in New Issue