UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

4 lines (3 loc) 98 B
declare module 'ember-testing/lib/test/run' { export default function run<T>(fn: () => T): T; }