@platform/util.value
Advanced tools
Comparing version 0.3.10 to 0.4.0
@@ -0,1 +1,3 @@ | ||
import { value } from './value'; | ||
export declare const defaultValue: typeof value.defaultValue; | ||
export { is } from '@platform/util.is'; | ||
@@ -2,0 +4,0 @@ export * from './types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var value_1 = require("./value"); | ||
exports.defaultValue = value_1.value.defaultValue; | ||
var util_is_1 = require("@platform/util.is"); | ||
@@ -5,0 +7,0 @@ exports.is = util_is_1.is; |
{ | ||
"name": "@platform/util.value", | ||
"version": "0.3.10", | ||
"version": "0.4.0", | ||
"description": "Helpers for working with, transforming, and formatting values.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
Sorry, the diff of this file is not supported yet
147385
3903