UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

5 lines 192 B
export function createKindCheckFunction(kindsArray) { const kinds = new Set(kindsArray); return (node) => kinds.has(node.kind); } //# sourceMappingURL=create-kind-check-function.js.map