mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
295 B
TypeScript
9 lines
295 B
TypeScript
// Type definitions for jquery-deferred 0.3
|
|
// Project: https://github.com/zzdhidden/node-jquery-deferred
|
|
// Definitions by: TekuConcept <https://github.com/TekuConcept>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
import * as jquery from './lib';
|
|
|
|
export default jquery;
|