Files
DefinitelyTyped/types/gulp-live-server/gulp-live-server-tests.ts

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');