DefinitelyTyped/types/ng-flow/ng-flow-tests.ts
Nathan Shively-Sanders bae359ed88
Make ts3.1 the default for ng-flow and google-cloud__tasks (#46937)
* Make ts3.1 the default for ng-flow

The 3.0-and-below-code isn't needed now that 3.1 is the lowest version
supported by DT.

* restore header

* add dt-header exemption

* Make ts3.1 the default

* restore missing header
2020-08-21 08:02:21 -07:00

3 lines
91 B
TypeScript

let flowFactory: ng.flow.FlowFactory;
flowFactory.create({} as any as flowjs.FlowOptions);