h-naya-commons
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -0,0 +0,0 @@ export default class GenericFunc { |
export { default as GenericFunc } from "./GenericFunc"; |
export * from "./generic"; | ||
export * from "./result"; |
@@ -0,0 +0,0 @@ import { ResultConfig } from "./types"; |
@@ -0,0 +0,0 @@ import BaseResult from "./BaseResult"; |
export { default as Result } from "./Result"; | ||
export * from "./types"; |
@@ -0,0 +0,0 @@ import { FailedResultConfig, FailedResultI, SuccessResultConfig, SuccessResultI } from "./types"; |
@@ -0,0 +0,0 @@ import BaseResult from "./BaseResult"; |
@@ -0,0 +0,0 @@ export interface ResultConfig { |
@@ -0,0 +0,0 @@ Copyright (c) 2015-present Lerna Contributors |
{ | ||
"name": "h-naya-commons", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "Commons for naya", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"gitHead": "49b80aed51c4a97a483acd82b9d583cb0de5e9de", | ||
"gitHead": "1231f0931bdffd5b2fee4003a036839db2de1937", | ||
"publishConfig": { | ||
@@ -45,0 +45,0 @@ "access": "public" |
8036