typings header added

This commit is contained in:
rsamec
2014-08-20 09:36:15 +02:00
parent 97cbf9597b
commit ecfdf2e7d3
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for business-rules-engine - v1.0.20
// Project: https://github.com/rsamec/form
// Definitions by: Roman Samec <https://github.com/rsamec>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../underscore/underscore.d.ts" />
/// <reference path="../q/q.d.ts" />
/// <reference path="../moment/moment.d.ts" />
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for business-rules-engine - v1.0.20
// Project: https://github.com/rsamec/form
// Definitions by: Roman Samec <https://github.com/rsamec>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../node/node.d.ts" />
declare module Utils {
class StringFce {
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for business-rules-engine - v1.0.20
// Project: https://github.com/rsamec/form
// Definitions by: Roman Samec <https://github.com/rsamec>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../q/q.d.ts" />
/// <reference path="../underscore/underscore.d.ts" />
declare module Validation {