mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
11 lines
186 B
TypeScript
11 lines
186 B
TypeScript
import * as gls from 'gulp-live-server';
|
|
|
|
// $ExpectType GLSStatic
|
|
gls(['command']);
|
|
|
|
// $ExpectType GLSStatic
|
|
gls.static('folder', 123);
|
|
|
|
// $ExpectType GLSStatic
|
|
gls.new('script.js');
|