triage-types 1.0.47 → 1.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StateFacility } from "../StateFacility.js";
|
|
2
2
|
export declare class KYStateFacility extends StateFacility {
|
|
3
|
-
readonly state_id: "
|
|
3
|
+
readonly state_id: "KY";
|
|
4
4
|
readonly [x: string]: any;
|
|
5
5
|
constructor(state_facility: KYStateFacility);
|
|
6
6
|
static is(state_facility: any): state_facility is KYStateFacility;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@ import { is_state_id, StateID } from "../../State"
|
|
|
2
2
|
import { StateFacility } from "../StateFacility"
|
|
3
3
|
|
|
4
4
|
export class KYStateFacility extends StateFacility {
|
|
5
|
-
readonly state_id : "
|
|
5
|
+
readonly state_id : "KY"
|
|
6
6
|
readonly [x : string] : any
|
|
7
7
|
|
|
8
8
|
constructor(state_facility : KYStateFacility) {
|