UNPKG
wx-gantt-store
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0-beta-3
2.0.0-beta-2
1.2.0
wx-gantt-store
/
dist
/
types
/
package.d.ts
7 lines
(6 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
isValid
(
):
boolean
;
export
declare
function
isExpired
(
):
boolean
;
export
declare
function
isBadLuck
(
):
boolean
;
export
declare
function
getStamp
(
): {
gen
:
number
; };