@deboxsoft/module-server
Advanced tools
Comparing version 1.5.19-10 to 1.5.19-11
@@ -36,3 +36,3 @@ 'use strict'; | ||
const utils = {...moduleCore.utils, _nanoid: _nanoid__namespace}; | ||
const utils = {...moduleCore.utils, ..._nanoid__namespace}; | ||
@@ -39,0 +39,0 @@ Object.defineProperty(exports, 'Container', { |
@@ -11,4 +11,4 @@ import { Token, Container, utils as utils$1 } from '@deboxsoft/module-core'; | ||
const utils = {...utils$1, _nanoid}; | ||
const utils = {...utils$1, ..._nanoid}; | ||
export { getLogger, registerLogger, utils }; |
{ | ||
"name": "@deboxsoft/module-server", | ||
"version": "1.5.19-10", | ||
"version": "1.5.19-11", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -1,5 +0,8 @@ | ||
import * as _nanoid from "nanoid"; | ||
import { utils as _utils } from "@deboxsoft/module-core"; | ||
export declare const utils: { | ||
_nanoid: typeof _nanoid; | ||
nanoid(size?: number): string; | ||
customAlphabet(alphabet: string, size: number): () => string; | ||
customRandom(alphabet: string, size: number, random: (bytes: number) => Uint8Array): () => string; | ||
random(bytes: number): Uint8Array; | ||
urlAlphabet: string; | ||
camelCaseTransform(input: string, index: number): string; | ||
@@ -6,0 +9,0 @@ camelCaseTransformMerge(input: string, index: number): string; |
6544
114