mapscreenr
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -0,0 +0,0 @@ { |
@@ -1,2 +0,2 @@ | ||
import { IMapScreenrSettings, IVariableFunctions, IVariables } from "./types"; | ||
import { MapScreenrSettings, VariableFunctions, Variables } from "./types"; | ||
/** | ||
@@ -9,3 +9,3 @@ * Flexible container for map attributes and viewport. | ||
*/ | ||
readonly variableFunctions: IVariableFunctions; | ||
readonly variableFunctions: VariableFunctions; | ||
/** | ||
@@ -46,3 +46,3 @@ * Top border measurement of the bounding box. | ||
*/ | ||
readonly variables: IVariables; | ||
readonly variables: Variables; | ||
/** | ||
@@ -53,3 +53,3 @@ * Initializes a new instance of the MapScreenr class. | ||
*/ | ||
constructor(settings: IMapScreenrSettings); | ||
constructor(settings: MapScreenrSettings); | ||
/** | ||
@@ -56,0 +56,0 @@ * Completely clears the MapScreenr for use in a new Area. Positioning is |
/** | ||
* functions to compute new variable values, keyed by their variable's names. | ||
*/ | ||
export interface IVariableFunctions { | ||
export interface VariableFunctions { | ||
[i: string]: () => any; | ||
@@ -10,3 +10,3 @@ } | ||
*/ | ||
export interface IVariables { | ||
export interface Variables { | ||
[i: string]: any; | ||
@@ -17,3 +17,3 @@ } | ||
*/ | ||
export interface IMapScreenrSettings { | ||
export interface MapScreenrSettings { | ||
/** | ||
@@ -31,8 +31,8 @@ * How wide the MapScreenr should be. | ||
*/ | ||
variableFunctions?: IVariableFunctions; | ||
variableFunctions?: VariableFunctions; | ||
/** | ||
* Assorted known variables, keyed by name. | ||
*/ | ||
variables?: IVariables; | ||
variables?: Variables; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
@@ -12,3 +12,3 @@ { | ||
"devDependencies": { | ||
"shenanigans-manager": "^0.8.0" | ||
"shenanigans-manager": "^0.8.1" | ||
}, | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
"types": "./lib/index.d.ts", | ||
"version": "0.8.0" | ||
"version": "0.8.1" | ||
} |
@@ -0,0 +0,0 @@ <!-- Top --> |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114931
18
278