jcinfo-utils 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -15,3 +15,5 @@ export function trunc(valor: number = 0, decimais: number = 2): number
15
15
  export function random(max: number = 99999999): number
16
16
 
17
17
  export function getHash(value: string = ''): string
18
+
19
+ export function scrollToTop(smooth: boolean = false): void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jcinfo-utils",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Pacote de funções utilitárias",
5
5
  "main": "index.js",
6
6
  "type": "module",