Skip to content

Commit 7f69b4a

Browse files
author
cuichuanteng
committed
reference add ngx_http_js_module and ngx_stream_js_module
1 parent f65981b commit 7f69b4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ts/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
/// <reference path="njs_modules/crypto.d.ts" />
44
/// <reference path="njs_modules/fs.d.ts" />
55
/// <reference path="njs_modules/querystring.d.ts" />
6+
/// <reference path="ngx_http_js_module.d.ts" />
7+
/// <reference path="ngx_stream_js_module.d.ts" />

ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "njs-types",
3-
"version": "0.0.0-dev",
3+
"version": "0.7.2",
44
"description": "TypeScript definitions for njs scripting language and nginx js modules.",
55
"scripts": {
66
"lint": "tsc"

0 commit comments

Comments
 (0)