mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* 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
3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
let flowFactory: ng.flow.FlowFactory;
|
|
flowFactory.create({} as any as flowjs.FlowOptions);
|