File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44/* auto-generated by NAPI-RS */
55
66export declare class CelProgram {
7- constructor ( ) ;
8- static compile ( source : string ) : CelProgram ;
9- execute ( context : JsonValue ) : JsonValue ;
7+ constructor ( )
8+ static compile ( source : string ) : CelProgram
9+ execute ( context : JsonValue ) : JsonValue
1010}
Original file line number Diff line number Diff line change 55 "description" : " TypeScript bindings for the Common Expression Language (CEL) using cel-rust" ,
66 "repository" : {
77 "type" : " git" ,
8- "url" : " git+https://github.com/clarkmcc /cel-typescript.git"
8+ "url" : " git+https://github.com/kevinmichaelchen /cel-typescript.git"
99 },
10- "author" : " Clark McCauley " ,
10+ "author" : " Kevin Chen " ,
1111 "license" : " MIT" ,
1212 "bugs" : {
13- "url" : " https://github.com/clarkmcc /cel-typescript/issues"
13+ "url" : " https://github.com/kevinmichaelchen /cel-typescript/issues"
1414 },
15- "homepage" : " https://github.com/clarkmcc /cel-typescript#readme" ,
15+ "homepage" : " https://github.com/kevinmichaelchen /cel-typescript#readme" ,
1616 "keywords" : [
1717 " cel" ,
1818 " common-expression-language" ,
You can’t perform that action at this time.
0 commit comments