Skip to content

Commit

Permalink
worked on mdsl and json validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Howard committed Feb 7, 2024
1 parent d6f2c53 commit 3b60629
Show file tree
Hide file tree
Showing 11 changed files with 2,121 additions and 50 deletions.
6 changes: 6 additions & 0 deletions dist/BehaviourTreeDefinitionUtilities.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ export declare function flattenDefinition(nodeDefinition: AnyNodeDefinition): An
* @returns Whether the passed value is an integer.
*/
export declare function isInteger(value: unknown): boolean;
/**
* Determines whether the passed value is null or undefined.
* @param value The value to check.
* @returns Whether the passed value is null or undefined.
*/
export declare function isNullOrUndefined(value: unknown): boolean;
Loading

0 comments on commit 3b60629

Please sign in to comment.