UNPKG
@bufbuild/cel
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
0.0.1
A CEL evaluator for ECMAScript
github.com/bufbuild/cel-es
bufbuild/cel-es
@bufbuild/cel
/
dist
/
cjs
/
timestamp.d.ts
6 lines
(5 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
Timestamp
}
from
"@bufbuild/protobuf/wkt"
;
/** * Creates a new Timestamp, validating the fields are in range. */
export
declare
function
createTimestamp
(
seconds
:
bigint
,
nanos
:
number
):
Timestamp
;