Update docs

This commit is contained in:
github-actions
2025-01-22 04:00:10 +00:00
parent edf6031131
commit 0dda004024
124 changed files with 8439 additions and 1170 deletions

View File

@ -61,7 +61,6 @@ function toUint${length}(uint256 value) internal pure returns (uint${length}) {
}
`;
/* eslint-disable max-len */
const toIntDownCast = length => `\
/**
* @dev Returns the downcasted int${length} from int256, reverting on
@ -81,7 +80,6 @@ function toInt${length}(int256 value) internal pure returns (int${length} downca
}
}
`;
/* eslint-enable max-len */
const toInt = length => `\
/**