kmore-types
Advanced tools
Comparing version 67.1.1 to 67.1.3
@@ -87,5 +87,8 @@ import type { DictAlias, DictCamelAlias, DictCamelColumns, DictColumns, DictScoped, DictTables } from './types.js'; | ||
* Should running expression only under development. | ||
* Will be transformed to js literal object in js file under production | ||
* Will be transformed to js literal object in js file under production. | ||
* | ||
* Execute `kmore gen --path ./src/` or `kmore gen --path <file-path>` to generate js file for production. | ||
* If command `kmore` not exists from cli, run `npm i -g kmore-cli` | ||
*/ | ||
export declare function genDbDict<D>(): DbDict<D>; | ||
//# sourceMappingURL=dict.d.ts.map |
@@ -5,3 +5,6 @@ import { computeCallExpressionToLiteralObj } from '@waiting/shared-types-dev'; | ||
* Should running expression only under development. | ||
* Will be transformed to js literal object in js file under production | ||
* Will be transformed to js literal object in js file under production. | ||
* | ||
* Execute `kmore gen --path ./src/` or `kmore gen --path <file-path>` to generate js file for production. | ||
* If command `kmore` not exists from cli, run `npm i -g kmore-cli` | ||
*/ | ||
@@ -8,0 +11,0 @@ export function genDbDict() { |
{ | ||
"name": "kmore-types", | ||
"author": "waiting", | ||
"version": "67.1.1", | ||
"version": "67.1.3", | ||
"description": "Retrieve types info from ts file", | ||
@@ -74,3 +74,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "7f0d19d7545d43a717c30b6540d368eaafce82da" | ||
"gitHead": "3542a2071b52830a12504f8f6d08e789c7c45545" | ||
} |
@@ -106,3 +106,6 @@ | ||
* Should running expression only under development. | ||
* Will be transformed to js literal object in js file under production | ||
* Will be transformed to js literal object in js file under production. | ||
* | ||
* Execute `kmore gen --path ./src/` or `kmore gen --path <file-path>` to generate js file for production. | ||
* If command `kmore` not exists from cli, run `npm i -g kmore-cli` | ||
*/ | ||
@@ -109,0 +112,0 @@ export function genDbDict<D>(): DbDict<D> { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28046
798