mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
This adds the typings for Freedom that we have been using internally (https://github.com/uProxy/uproxy-lib/tree/dev/third_party/freedom-typings) There is the main file with all the actual typings and then two extra files around it that handle the existence of a variable named freedom in two different environments. The intention is that only one of these would be included in a given build environment. I listed myself as the author for this version of the typings. In reality, they were created by various members of the uProxy team over a long period of time.
9 lines
312 B
TypeScript
9 lines
312 B
TypeScript
// Type definitions for freedom v0.6.26
|
|
// Project: https://github.com/freedomjs/freedom
|
|
// Definitions by: Jonathan Pevarnek <https://github.com/jpevarnek/>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
/// <reference path="./freedom.d.ts" />
|
|
|
|
declare var freedom :freedom.FreedomInModuleEnv;
|