Completed
Push — master ( 964113...0c54bb )
by Dimas
476:36 queued 460:34
created

assets/js/snackbar.d.ts   A

Complexity

Total Complexity 1
Complexity/F 1

Size

Lines of Code 7
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 7
rs 10
c 0
b 0
f 0
wmc 1
mnd 0
bc 0
fnc 1
bpm 0
cpm 1
noi 0
1
/**
2
 * Snackbar initializer
3
 * @param {String} text
4
 */
5
declare function snackbar(text: string): void;
6
declare var snackbarCSS: any;
7