Criada a API do site
This commit is contained in:
5
node_modules/is-what/dist/isHexDecimal.d.ts
generated
vendored
Normal file
5
node_modules/is-what/dist/isHexDecimal.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Checks if a string is a valid hexadecimal string. If a length is provided, it also checks that
|
||||
* the string has that length.
|
||||
*/
|
||||
export declare function isHexDecimal(payload: unknown, length?: number): payload is string;
|
||||
Reference in New Issue
Block a user