UNPKG
node2sql-cli
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Node project tools
node2sql-cli
/
dist
/
lib
/
runner
/
yarn-runner.d.ts
5 lines
(4 loc)
•
105 B
TypeScript
View Raw
1
2
3
4
5
import
{
Runner
}
from
'./runner'
;
export
declare
class
YarnRunner
extends
Runner
{
constructor
(
); }