@blake.regalia/belt
Advanced tools
Comparing version 0.27.0 to 0.27.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ES_TYPE = exports.TYPE_ID = void 0; | ||
exports.TYPE_ID = Symbol('type-id'); | ||
exports.ES_TYPE = Symbol('es-type'); | ||
/* eslint-disable @typescript-eslint/naming-convention, @typescript-eslint/no-unused-vars */ | ||
@@ -4,0 +7,0 @@ { |
@@ -0,1 +1,3 @@ | ||
export const TYPE_ID = Symbol('type-id'); | ||
export const ES_TYPE = Symbol('es-type'); | ||
/* eslint-disable @typescript-eslint/naming-convention, @typescript-eslint/no-unused-vars */ | ||
@@ -5,3 +7,2 @@ { | ||
} | ||
export {}; | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@blake.regalia/belt", | ||
"version": "0.27.0", | ||
"version": "0.27.1", | ||
"repository": "github:blake-regalia/belt", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
207776
4039