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

@ -2,7 +2,6 @@ const format = require('../format-lines');
const { fromBytes32, toBytes32 } = require('./conversion');
const { TYPES } = require('./EnumerableSet.opts');
/* eslint-disable max-len */
const header = `\
pragma solidity ^0.8.20;
@ -41,7 +40,6 @@ pragma solidity ^0.8.20;
* ====
*/
`;
/* eslint-enable max-len */
const defaultSet = `\
// To implement this library for multiple types with as little code