UNPKG
@daypilot/daypilot-lite-angular
Version:
latest (4.8.0)
sandbox (4.5.0-sandbox.708)
4.8.0
4.7.0
4.6.1
4.6.0
4.5.0
4.5.0-sandbox.708
4.5.0-sandbox.707
4.4.0
4.3.0
4.2.1
4.2.1-sandbox.687
4.2.0
4.2.0-sandbox.684
4.1.0
4.0.2
4.0.2-sandbox.672
4.0.1
4.0.0
3.34.0
3.33.1
3.33.0
3.32.1
3.32.0
3.31.0
3.30.1
3.30.0
3.29.0
3.28.0
3.27.0
3.26.0
3.25.0
3.24.0
3.23.0
3.22.2
3.22.1
3.22.0
3.21.0
3.20.1
3.20.0
3.19.0
3.18.0
3.17.0
3.16.0
3.15.0
3.14.0
3.13.1
3.13.0
3.12.1
3.12.0
3.11.0
3.10.1
3.10.0
3.9.0
3.8.0
3.7.1
3.7.0
3.6.0
3.5.0
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
3.0.0-sandbox.338
DayPilot Lite for Angular
javascript.daypilot.org
@daypilot/daypilot-lite-angular
/
lib
/
util.d.ts
7 lines
(6 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
rand
(
):
number
;
export
declare
function
optHash
(
options
:
any
):
string
;
export
declare
class
EventDiff
{
orig
:
any
;
diff
(
list
:
any
[]):
any
; }