import hooksAccountBufLen from './md/hooks-account-buf-len.md' import hooksAccountConvBufLen from './md/hooks-account-conv-buf-len.md' import hooksAccountConvPure from './md/hooks-account-conv-pure.md' import hooksArrayBufLen from './md/hooks-array-buf-len.md' import hooksBurdenPrereq from './md/hooks-burden-prereq.md' import hooksControlStringArg from './md/hooks-control-string-arg.md' import hooksDetailBufLen from './md/hooks-detail-buf-len.md' import hooksDetailPrereq from './md/hooks-detail-prereq.md' import hooksEmitBufLen from './md/hooks-emit-buf-len.md' import hooksEmitPrereq from './md/hooks-emit-prereq.md' import hooksEntryPointRecursion from './md/hooks-entry-point-recursion.md' import hooksEntryPointsNeg from './md/hooks-entry-points-neg.md' import hooksEntryPoints from './md/hooks-entry-points.md' import hooksFeePrereq from './md/hooks-fee-prereq.md' import hooksFieldAddBufLen from './md/hooks-field-add-buf-len.md' import hooksFieldBufLen from './md/hooks-field-buf-len.md' import hooksFieldDelBufLen from './md/hooks-field-del-buf-len.md' import hooksFloatArithPure from './md/hooks-float-arith-pure.md' import hooksFloatComparePure from './md/hooks-float-compare-pure.md' import hooksFloatIntPure from './md/hooks-float-int-pure.md' import hooksFloatManipPure from './md/hooks-float-manip-pure.md' import hooksFloatOnePure from './md/hooks-float-one-pure.md' import hooksFloatPure from './md/hooks-float-pure.md' import hooksGuardCalled from './md/hooks-guard-called.md' import hooksGuardCallNonConst from './md/hooks-guard-call-non-const.md' import hooksGuardInFor from './md/hooks-guard-in-for.md' import hooksGuardInWhile from './md/hooks-guard-in-while.md' import hooksHashBufLen from './md/hooks-hash-buf-len.md' import hooksKeyletBufLen from './md/hooks-keylet-buf-len.md' import hooksParamBufLen from './md/hooks-param-buf-len.md' import hooksParamSetBufLen from './md/hooks-param-set-buf-len.md' import hooksRaddrConvBufLen from './md/hooks-raddr-conv-buf-len.md' import hooksRaddrConvPure from './md/hooks-raddr-conv-pure.md' import hooksReleaseDefine from './md/hooks-release-define.md' import hooksReserveLimit from './md/hooks-reserve-limit.md' import hooksSlotHashBufLen from './md/hooks-slot-hash-buf-len.md' import hooksSlotKeyletBufLen from './md/hooks-slot-keylet-buf-len.md' import hooksSlotLimit from './md/hooks-slot-limit.md' import hooksSlotSubLimit from './md/hooks-slot-sub-limit.md' import hooksSlotTypeLimit from './md/hooks-slot-type-limit.md' import hooksSkipHashBufLen from './md/hooks-skip-hash-buf-len.md' import hooksStateBufLen from './md/hooks-state-buf-len.md' import hooksTransactionHashBufLen from './md/hooks-transaction-hash-buf-len.md' import hooksTransactionSlotLimit from './md/hooks-transaction-slot-limit.md' import hooksTrivialCbak from './md/hooks-trivial-cbak.md' import hooksValidateBufLen from './md/hooks-validate-buf-len.md' import hooksVerifyBufLen from './md/hooks-verify-buf-len.md' const docs: { [key: string]: string } = { 'hooks-account-buf-len': hooksAccountBufLen, 'hooks-account-conv-buf-len': hooksAccountConvBufLen, 'hooks-account-conv-pure': hooksAccountConvPure, 'hooks-array-buf-len': hooksArrayBufLen, 'hooks-burden-prereq': hooksBurdenPrereq, 'hooks-control-string-arg': hooksControlStringArg, 'hooks-detail-buf-len': hooksDetailBufLen, 'hooks-detail-prereq': hooksDetailPrereq, 'hooks-emit-buf-len': hooksEmitBufLen, 'hooks-emit-prereq': hooksEmitPrereq, 'hooks-entry-point-recursion': hooksEntryPointRecursion, 'hooks-entry-points-neg': hooksEntryPointsNeg, 'hooks-entry-points': hooksEntryPoints, 'hooks-fee-prereq': hooksFeePrereq, 'hooks-field-add-buf-len': hooksFieldAddBufLen, 'hooks-field-buf-len': hooksFieldBufLen, 'hooks-field-del-buf-len': hooksFieldDelBufLen, 'hooks-float-arith-pure': hooksFloatArithPure, 'hooks-float-compare-pure': hooksFloatComparePure, 'hooks-float-int-pure': hooksFloatIntPure, 'hooks-float-manip-pure': hooksFloatManipPure, 'hooks-float-one-pure': hooksFloatOnePure, 'hooks-float-pure': hooksFloatPure, 'hooks-guard-called': hooksGuardCalled, 'hooks-guard-call-non-const': hooksGuardCallNonConst, 'hooks-guard-in-for': hooksGuardInFor, 'hooks-guard-in-while': hooksGuardInWhile, 'hooks-hash-buf-len': hooksHashBufLen, 'hooks-keylet-buf-len': hooksKeyletBufLen, 'hooks-param-buf-len': hooksParamBufLen, 'hooks-param-set-buf-len': hooksParamSetBufLen, 'hooks-raddr-conv-buf-len': hooksRaddrConvBufLen, 'hooks-raddr-conv-pure': hooksRaddrConvPure, 'hooks-release-define': hooksReleaseDefine, 'hooks-reserve-limit': hooksReserveLimit, 'hooks-slot-hash-buf-len': hooksSlotHashBufLen, 'hooks-slot-keylet-buf-len': hooksSlotKeyletBufLen, 'hooks-slot-limit': hooksSlotLimit, 'hooks-slot-sub-limit': hooksSlotSubLimit, 'hooks-slot-type-limit': hooksSlotTypeLimit, 'hooks-skip-hash-buf-len': hooksSkipHashBufLen, 'hooks-state-buf-len': hooksStateBufLen, 'hooks-transaction-hash-buf-len': hooksTransactionHashBufLen, 'hooks-transaction-slot-limit': hooksTransactionSlotLimit, 'hooks-trivial-cbak': hooksTrivialCbak, 'hooks-validate-buf-len': hooksValidateBufLen, 'hooks-verify-buf-len': hooksVerifyBufLen } export default docs