@stryke/string-format 0.12.24 → 0.12.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/acronyms.cjs +1 -1
- package/dist/acronyms.d.cts +17 -2
- package/dist/acronyms.d.cts.map +1 -0
- package/dist/acronyms.d.mts +17 -2
- package/dist/acronyms.d.mts.map +1 -0
- package/dist/acronyms.mjs +2 -1
- package/dist/acronyms.mjs.map +1 -0
- package/dist/articles.cjs +1 -1
- package/dist/articles.d.cts +5 -2
- package/dist/articles.d.cts.map +1 -0
- package/dist/articles.d.mts +5 -2
- package/dist/articles.d.mts.map +1 -0
- package/dist/articles.mjs +2 -1
- package/dist/articles.mjs.map +1 -0
- package/dist/camel-case.cjs +1 -1
- package/dist/camel-case.d.cts +24 -2
- package/dist/camel-case.d.cts.map +1 -0
- package/dist/camel-case.d.mts +24 -2
- package/dist/camel-case.d.mts.map +1 -0
- package/dist/camel-case.mjs +2 -1
- package/dist/camel-case.mjs.map +1 -0
- package/dist/combine.cjs +1 -1
- package/dist/combine.d.cts +12 -2
- package/dist/combine.d.cts.map +1 -0
- package/dist/combine.d.mts +12 -2
- package/dist/combine.d.mts.map +1 -0
- package/dist/combine.mjs +2 -1
- package/dist/combine.mjs.map +1 -0
- package/dist/conjunctions.cjs +1 -1
- package/dist/conjunctions.d.cts +5 -2
- package/dist/conjunctions.d.cts.map +1 -0
- package/dist/conjunctions.d.mts +5 -2
- package/dist/conjunctions.d.mts.map +1 -0
- package/dist/conjunctions.mjs +2 -1
- package/dist/conjunctions.mjs.map +1 -0
- package/dist/constant-case.cjs +1 -1
- package/dist/constant-case.d.cts +24 -2
- package/dist/constant-case.d.cts.map +1 -0
- package/dist/constant-case.d.mts +24 -2
- package/dist/constant-case.d.mts.map +1 -0
- package/dist/constant-case.mjs +2 -1
- package/dist/constant-case.mjs.map +1 -0
- package/dist/deburr.cjs +1 -1
- package/dist/deburr.d.cts +24 -2
- package/dist/deburr.d.cts.map +1 -0
- package/dist/deburr.d.mts +24 -2
- package/dist/deburr.d.mts.map +1 -0
- package/dist/deburr.mjs +2 -1
- package/dist/deburr.mjs.map +1 -0
- package/dist/decamelize.cjs +1 -1
- package/dist/decamelize.d.cts +11 -2
- package/dist/decamelize.d.cts.map +1 -0
- package/dist/decamelize.d.mts +11 -2
- package/dist/decamelize.d.mts.map +1 -0
- package/dist/decamelize.mjs +2 -1
- package/dist/decamelize.mjs.map +1 -0
- package/dist/escape.cjs +1 -1
- package/dist/escape.d.cts +21 -2
- package/dist/escape.d.cts.map +1 -0
- package/dist/escape.d.mts +21 -2
- package/dist/escape.d.mts.map +1 -0
- package/dist/escape.mjs +2 -1
- package/dist/escape.mjs.map +1 -0
- package/dist/format-special-cases.cjs +1 -1
- package/dist/format-special-cases.d.cts +23 -2
- package/dist/format-special-cases.d.cts.map +1 -0
- package/dist/format-special-cases.d.mts +23 -2
- package/dist/format-special-cases.d.mts.map +1 -0
- package/dist/format-special-cases.mjs +2 -1
- package/dist/format-special-cases.mjs.map +1 -0
- package/dist/get-words.cjs +1 -1
- package/dist/get-words.d.cts +47 -2
- package/dist/get-words.d.cts.map +1 -0
- package/dist/get-words.d.mts +47 -2
- package/dist/get-words.d.mts.map +1 -0
- package/dist/get-words.mjs +2 -1
- package/dist/get-words.mjs.map +1 -0
- package/dist/{deburr-Ct9BIF1O.mjs → helpers/src/remove-accents.cjs} +1 -2
- package/dist/{deburr-ulWvJuGq.cjs → helpers/src/remove-accents.mjs} +2 -1
- package/dist/helpers/src/remove-accents.mjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +27 -27
- package/dist/index.d.mts +27 -27
- package/dist/index.mjs +1 -1
- package/dist/kebab-case.cjs +1 -1
- package/dist/kebab-case.d.cts +24 -2
- package/dist/kebab-case.d.cts.map +1 -0
- package/dist/kebab-case.d.mts +24 -2
- package/dist/kebab-case.d.mts.map +1 -0
- package/dist/kebab-case.mjs +2 -1
- package/dist/kebab-case.mjs.map +1 -0
- package/dist/lower-case-first.cjs +1 -1
- package/dist/lower-case-first.d.cts +14 -2
- package/dist/lower-case-first.d.cts.map +1 -0
- package/dist/lower-case-first.d.mts +14 -2
- package/dist/lower-case-first.d.mts.map +1 -0
- package/dist/lower-case-first.mjs +2 -1
- package/dist/lower-case-first.mjs.map +1 -0
- package/dist/normalize-email.cjs +1 -1
- package/dist/normalize-email.d.cts +20 -2
- package/dist/normalize-email.d.cts.map +1 -0
- package/dist/normalize-email.d.mts +20 -2
- package/dist/normalize-email.d.mts.map +1 -0
- package/dist/normalize-email.mjs +2 -1
- package/dist/normalize-email.mjs.map +1 -0
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +112 -2
- package/dist/package.d.cts.map +1 -0
- package/dist/package.d.mts +112 -2
- package/dist/package.d.mts.map +1 -0
- package/dist/package.mjs +2 -1
- package/dist/package.mjs.map +1 -0
- package/dist/pad.cjs +1 -1
- package/dist/pad.d.cts +22 -2
- package/dist/pad.d.cts.map +1 -0
- package/dist/pad.d.mts +22 -2
- package/dist/pad.d.mts.map +1 -0
- package/dist/pad.mjs +2 -1
- package/dist/pad.mjs.map +1 -0
- package/dist/pascal-case.cjs +1 -1
- package/dist/pascal-case.d.cts +24 -2
- package/dist/pascal-case.d.cts.map +1 -0
- package/dist/pascal-case.d.mts +24 -2
- package/dist/pascal-case.d.mts.map +1 -0
- package/dist/pascal-case.mjs +2 -1
- package/dist/pascal-case.mjs.map +1 -0
- package/dist/period-split.cjs +1 -1
- package/dist/period-split.d.cts +24 -2
- package/dist/period-split.d.cts.map +1 -0
- package/dist/period-split.d.mts +24 -2
- package/dist/period-split.d.mts.map +1 -0
- package/dist/period-split.mjs +2 -1
- package/dist/period-split.mjs.map +1 -0
- package/dist/prepositions.cjs +1 -1
- package/dist/prepositions.d.cts +5 -2
- package/dist/prepositions.d.cts.map +1 -0
- package/dist/prepositions.d.mts +5 -2
- package/dist/prepositions.d.mts.map +1 -0
- package/dist/prepositions.mjs +2 -1
- package/dist/prepositions.mjs.map +1 -0
- package/dist/pretty-bytes.cjs +1 -1
- package/dist/pretty-bytes.d.cts +152 -2
- package/dist/pretty-bytes.d.cts.map +1 -0
- package/dist/pretty-bytes.d.mts +152 -2
- package/dist/pretty-bytes.d.mts.map +1 -0
- package/dist/pretty-bytes.mjs +2 -1
- package/dist/pretty-bytes.mjs.map +1 -0
- package/dist/snake-case.cjs +1 -1
- package/dist/snake-case.d.cts +28 -2
- package/dist/snake-case.d.cts.map +1 -0
- package/dist/snake-case.d.mts +28 -2
- package/dist/snake-case.d.mts.map +1 -0
- package/dist/snake-case.mjs +2 -1
- package/dist/snake-case.mjs.map +1 -0
- package/dist/special-cases.cjs +1 -1
- package/dist/special-cases.d.cts +5 -2
- package/dist/special-cases.d.cts.map +1 -0
- package/dist/special-cases.d.mts +5 -2
- package/dist/special-cases.d.mts.map +1 -0
- package/dist/special-cases.mjs +2 -1
- package/dist/special-cases.mjs.map +1 -0
- package/dist/start-case.cjs +1 -1
- package/dist/start-case.d.cts +32 -2
- package/dist/start-case.d.cts.map +1 -0
- package/dist/start-case.d.mts +32 -2
- package/dist/start-case.d.mts.map +1 -0
- package/dist/start-case.mjs +2 -1
- package/dist/start-case.mjs.map +1 -0
- package/dist/strip-indents.cjs +3 -1
- package/dist/strip-indents.d.cts +21 -2
- package/dist/strip-indents.d.cts.map +1 -0
- package/dist/strip-indents.d.mts +21 -2
- package/dist/strip-indents.d.mts.map +1 -0
- package/dist/strip-indents.mjs +4 -1
- package/dist/strip-indents.mjs.map +1 -0
- package/dist/title-case.cjs +1 -1
- package/dist/title-case.d.cts +15 -2
- package/dist/title-case.d.cts.map +1 -0
- package/dist/title-case.d.mts +15 -2
- package/dist/title-case.d.mts.map +1 -0
- package/dist/title-case.mjs +2 -1
- package/dist/title-case.mjs.map +1 -0
- package/dist/types/src/base.cjs +1 -0
- package/dist/types/src/base.mjs +2 -0
- package/dist/types/src/base.mjs.map +1 -0
- package/dist/unescape.cjs +1 -1
- package/dist/unescape.d.cts +20 -2
- package/dist/unescape.d.cts.map +1 -0
- package/dist/unescape.d.mts +20 -2
- package/dist/unescape.d.mts.map +1 -0
- package/dist/unescape.mjs +2 -1
- package/dist/unescape.mjs.map +1 -0
- package/dist/upper-case-first.cjs +1 -1
- package/dist/upper-case-first.d.cts +14 -2
- package/dist/upper-case-first.d.cts.map +1 -0
- package/dist/upper-case-first.d.mts +14 -2
- package/dist/upper-case-first.d.mts.map +1 -0
- package/dist/upper-case-first.mjs +2 -1
- package/dist/upper-case-first.mjs.map +1 -0
- package/package.json +3 -3
- package/dist/acronyms-Clf_sxuQ.d.mts +0 -17
- package/dist/acronyms-Clf_sxuQ.d.mts.map +0 -1
- package/dist/acronyms-CqHURYjd.mjs +0 -2
- package/dist/acronyms-CqHURYjd.mjs.map +0 -1
- package/dist/acronyms-D4QIJv0a.d.cts +0 -17
- package/dist/acronyms-D4QIJv0a.d.cts.map +0 -1
- package/dist/acronyms-DiyHB1FK.cjs +0 -1
- package/dist/articles-Cla7DH2n.d.mts +0 -5
- package/dist/articles-Cla7DH2n.d.mts.map +0 -1
- package/dist/articles-D9xvmhoM.cjs +0 -1
- package/dist/articles-DzjpMs-D.d.cts +0 -5
- package/dist/articles-DzjpMs-D.d.cts.map +0 -1
- package/dist/articles-Dzsbtfwj.mjs +0 -2
- package/dist/articles-Dzsbtfwj.mjs.map +0 -1
- package/dist/base-BHbehXQX.mjs +0 -2
- package/dist/base-BHbehXQX.mjs.map +0 -1
- package/dist/base-DdjslzIj.cjs +0 -1
- package/dist/camel-case-BjbgGrxH.d.mts +0 -24
- package/dist/camel-case-BjbgGrxH.d.mts.map +0 -1
- package/dist/camel-case-C05avVyv.cjs +0 -1
- package/dist/camel-case-CZhC2BRe.d.cts +0 -24
- package/dist/camel-case-CZhC2BRe.d.cts.map +0 -1
- package/dist/camel-case-GuOpCLmz.mjs +0 -2
- package/dist/camel-case-GuOpCLmz.mjs.map +0 -1
- package/dist/combine-CAxhmyey.mjs +0 -2
- package/dist/combine-CAxhmyey.mjs.map +0 -1
- package/dist/combine-DZZlBlm_.d.cts +0 -12
- package/dist/combine-DZZlBlm_.d.cts.map +0 -1
- package/dist/combine-PAQYt88F.cjs +0 -1
- package/dist/combine-g1cpXeuj.d.mts +0 -12
- package/dist/combine-g1cpXeuj.d.mts.map +0 -1
- package/dist/conjunctions-B7prVj02.d.mts +0 -5
- package/dist/conjunctions-B7prVj02.d.mts.map +0 -1
- package/dist/conjunctions-CWyOkdmq.mjs +0 -2
- package/dist/conjunctions-CWyOkdmq.mjs.map +0 -1
- package/dist/conjunctions-CaM47PDl.cjs +0 -1
- package/dist/conjunctions-Chb943kG.d.cts +0 -5
- package/dist/conjunctions-Chb943kG.d.cts.map +0 -1
- package/dist/constant-case-B0oTEBjC.cjs +0 -1
- package/dist/constant-case-Cn0OS_D5.mjs +0 -2
- package/dist/constant-case-Cn0OS_D5.mjs.map +0 -1
- package/dist/constant-case-m6XLIpEZ.d.mts +0 -24
- package/dist/constant-case-m6XLIpEZ.d.mts.map +0 -1
- package/dist/constant-case-w4mBqXc4.d.cts +0 -24
- package/dist/constant-case-w4mBqXc4.d.cts.map +0 -1
- package/dist/deburr-Bc41oTWI.d.mts +0 -24
- package/dist/deburr-Bc41oTWI.d.mts.map +0 -1
- package/dist/deburr-Brmq0CIE.d.cts +0 -24
- package/dist/deburr-Brmq0CIE.d.cts.map +0 -1
- package/dist/deburr-Ct9BIF1O.mjs.map +0 -1
- package/dist/decamelize-CO4-wIwF.cjs +0 -1
- package/dist/decamelize-CXxqH9_o.d.mts +0 -11
- package/dist/decamelize-CXxqH9_o.d.mts.map +0 -1
- package/dist/decamelize-CuI8547m.mjs +0 -2
- package/dist/decamelize-CuI8547m.mjs.map +0 -1
- package/dist/decamelize-esVsRIRg.d.cts +0 -11
- package/dist/decamelize-esVsRIRg.d.cts.map +0 -1
- package/dist/escape-C1LTGJQ1.d.cts +0 -21
- package/dist/escape-C1LTGJQ1.d.cts.map +0 -1
- package/dist/escape-C44shywT.d.mts +0 -21
- package/dist/escape-C44shywT.d.mts.map +0 -1
- package/dist/escape-CRoXgV4v.cjs +0 -1
- package/dist/escape-CydJ1P9x.mjs +0 -2
- package/dist/escape-CydJ1P9x.mjs.map +0 -1
- package/dist/format-special-cases-CuctZ76T.cjs +0 -1
- package/dist/format-special-cases-DLTiwMAS.d.mts +0 -23
- package/dist/format-special-cases-DLTiwMAS.d.mts.map +0 -1
- package/dist/format-special-cases-Db69zjlV.d.cts +0 -23
- package/dist/format-special-cases-Db69zjlV.d.cts.map +0 -1
- package/dist/format-special-cases-F9O32YcB.mjs +0 -2
- package/dist/format-special-cases-F9O32YcB.mjs.map +0 -1
- package/dist/get-words-Cdgu0ngS.d.cts +0 -47
- package/dist/get-words-Cdgu0ngS.d.cts.map +0 -1
- package/dist/get-words-De8YIU0J.d.mts +0 -47
- package/dist/get-words-De8YIU0J.d.mts.map +0 -1
- package/dist/get-words-IF97Rpfr.cjs +0 -1
- package/dist/get-words-vlruPM_Q.mjs +0 -2
- package/dist/get-words-vlruPM_Q.mjs.map +0 -1
- package/dist/kebab-case-CT-vTX1k.mjs +0 -2
- package/dist/kebab-case-CT-vTX1k.mjs.map +0 -1
- package/dist/kebab-case-P86ZRHrn.cjs +0 -1
- package/dist/kebab-case-j61N8v5l.d.cts +0 -24
- package/dist/kebab-case-j61N8v5l.d.cts.map +0 -1
- package/dist/kebab-case-pl--iN9P.d.mts +0 -24
- package/dist/kebab-case-pl--iN9P.d.mts.map +0 -1
- package/dist/lower-case-first-BSnwPTwZ.d.cts +0 -14
- package/dist/lower-case-first-BSnwPTwZ.d.cts.map +0 -1
- package/dist/lower-case-first-CES45S2D.cjs +0 -1
- package/dist/lower-case-first-CVRU3SQT.mjs +0 -2
- package/dist/lower-case-first-CVRU3SQT.mjs.map +0 -1
- package/dist/lower-case-first-_dvT-gH7.d.mts +0 -14
- package/dist/lower-case-first-_dvT-gH7.d.mts.map +0 -1
- package/dist/normalize-email-BGivsxZI.d.cts +0 -20
- package/dist/normalize-email-BGivsxZI.d.cts.map +0 -1
- package/dist/normalize-email-DRezSgOV.cjs +0 -1
- package/dist/normalize-email-bfhnC3KA.d.mts +0 -20
- package/dist/normalize-email-bfhnC3KA.d.mts.map +0 -1
- package/dist/normalize-email-us4o_m-8.mjs +0 -2
- package/dist/normalize-email-us4o_m-8.mjs.map +0 -1
- package/dist/package-BSidq8g2.mjs +0 -2
- package/dist/package-BSidq8g2.mjs.map +0 -1
- package/dist/package-Cw2gkIBD.cjs +0 -1
- package/dist/package-dwE_olpo.d.mts +0 -112
- package/dist/package-dwE_olpo.d.mts.map +0 -1
- package/dist/package-o2QJauB-.d.cts +0 -112
- package/dist/package-o2QJauB-.d.cts.map +0 -1
- package/dist/pad-7O_mbugy.cjs +0 -1
- package/dist/pad-B___Grg_.mjs +0 -2
- package/dist/pad-B___Grg_.mjs.map +0 -1
- package/dist/pad-C-Y_3U-y.d.cts +0 -22
- package/dist/pad-C-Y_3U-y.d.cts.map +0 -1
- package/dist/pad-mujSKqwW.d.mts +0 -22
- package/dist/pad-mujSKqwW.d.mts.map +0 -1
- package/dist/pascal-case-BNtNlP7E.mjs +0 -2
- package/dist/pascal-case-BNtNlP7E.mjs.map +0 -1
- package/dist/pascal-case-BQIXhOgM.cjs +0 -1
- package/dist/pascal-case-DpwdMyIR.d.mts +0 -24
- package/dist/pascal-case-DpwdMyIR.d.mts.map +0 -1
- package/dist/pascal-case-KPXemzHF.d.cts +0 -24
- package/dist/pascal-case-KPXemzHF.d.cts.map +0 -1
- package/dist/period-split-BN6zXi_S.cjs +0 -1
- package/dist/period-split-C2v7R4SQ.d.cts +0 -24
- package/dist/period-split-C2v7R4SQ.d.cts.map +0 -1
- package/dist/period-split-CBVGYrUw.d.mts +0 -24
- package/dist/period-split-CBVGYrUw.d.mts.map +0 -1
- package/dist/period-split-PMoklYb7.mjs +0 -2
- package/dist/period-split-PMoklYb7.mjs.map +0 -1
- package/dist/prepositions-BOeFQ28J.mjs +0 -2
- package/dist/prepositions-BOeFQ28J.mjs.map +0 -1
- package/dist/prepositions-Bp1VMgpn.cjs +0 -1
- package/dist/prepositions-By1zoaRG.d.cts +0 -5
- package/dist/prepositions-By1zoaRG.d.cts.map +0 -1
- package/dist/prepositions-DHokBFOW.d.mts +0 -5
- package/dist/prepositions-DHokBFOW.d.mts.map +0 -1
- package/dist/pretty-bytes-Dam2n54B.d.mts +0 -152
- package/dist/pretty-bytes-Dam2n54B.d.mts.map +0 -1
- package/dist/pretty-bytes-DmvsumO5.mjs +0 -2
- package/dist/pretty-bytes-DmvsumO5.mjs.map +0 -1
- package/dist/pretty-bytes-Dv8t5D6N.d.cts +0 -152
- package/dist/pretty-bytes-Dv8t5D6N.d.cts.map +0 -1
- package/dist/pretty-bytes-aHFwwFbw.cjs +0 -1
- package/dist/snake-case-C5v7aTGP.d.cts +0 -28
- package/dist/snake-case-C5v7aTGP.d.cts.map +0 -1
- package/dist/snake-case-CKf8oDuS.d.mts +0 -28
- package/dist/snake-case-CKf8oDuS.d.mts.map +0 -1
- package/dist/special-cases-Ab3-SD5v.d.cts +0 -5
- package/dist/special-cases-Ab3-SD5v.d.cts.map +0 -1
- package/dist/special-cases-CfBSDTk8.cjs +0 -1
- package/dist/special-cases-D7iFXvkR.d.mts +0 -5
- package/dist/special-cases-D7iFXvkR.d.mts.map +0 -1
- package/dist/special-cases-gNNOSEbK.mjs +0 -2
- package/dist/special-cases-gNNOSEbK.mjs.map +0 -1
- package/dist/start-case-B9JLArn_.d.mts +0 -32
- package/dist/start-case-B9JLArn_.d.mts.map +0 -1
- package/dist/start-case-CbdCqiBN.mjs +0 -2
- package/dist/start-case-CbdCqiBN.mjs.map +0 -1
- package/dist/start-case-ChU_5Pyw.cjs +0 -1
- package/dist/start-case-CsYY3Ed4.d.cts +0 -32
- package/dist/start-case-CsYY3Ed4.d.cts.map +0 -1
- package/dist/strip-indents-CPW83oCs.cjs +0 -3
- package/dist/strip-indents-D2-u4Zmx.mjs +0 -4
- package/dist/strip-indents-D2-u4Zmx.mjs.map +0 -1
- package/dist/strip-indents-DBLDecNL.d.cts +0 -21
- package/dist/strip-indents-DBLDecNL.d.cts.map +0 -1
- package/dist/strip-indents-Dtn3rr-P.d.mts +0 -21
- package/dist/strip-indents-Dtn3rr-P.d.mts.map +0 -1
- package/dist/title-case-B_fyCnko.cjs +0 -1
- package/dist/title-case-Cx3FA_Rw.d.mts +0 -15
- package/dist/title-case-Cx3FA_Rw.d.mts.map +0 -1
- package/dist/title-case-DHhN2pBE.mjs +0 -2
- package/dist/title-case-DHhN2pBE.mjs.map +0 -1
- package/dist/title-case-mvtRcmDU.d.cts +0 -15
- package/dist/title-case-mvtRcmDU.d.cts.map +0 -1
- package/dist/unescape-5MrwINOf.d.cts +0 -20
- package/dist/unescape-5MrwINOf.d.cts.map +0 -1
- package/dist/unescape-9cS7rNT5.d.mts +0 -20
- package/dist/unescape-9cS7rNT5.d.mts.map +0 -1
- package/dist/unescape-CKwnSwBD.mjs +0 -2
- package/dist/unescape-CKwnSwBD.mjs.map +0 -1
- package/dist/unescape-Ck5lwccz.cjs +0 -1
- package/dist/upper-case-first-Bwfq-lAe.d.mts +0 -14
- package/dist/upper-case-first-Bwfq-lAe.d.mts.map +0 -1
- package/dist/upper-case-first-Ca89zvpr.mjs +0 -2
- package/dist/upper-case-first-Ca89zvpr.mjs.map +0 -1
- package/dist/upper-case-first-IJMSoKjS.cjs +0 -1
- package/dist/upper-case-first-uHFwRCJ8.d.cts +0 -14
- package/dist/upper-case-first-uHFwRCJ8.d.cts.map +0 -1
package/dist/start-case.d.cts
CHANGED
|
@@ -1,2 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region src/start-case.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Check if the input string is in snake case.
|
|
4
|
+
*
|
|
5
|
+
* @remarks
|
|
6
|
+
* Start case is the naming convention in which each word is written with an initial capital letter - "This Is An Example".
|
|
7
|
+
*
|
|
8
|
+
* @param input - The input string to check.
|
|
9
|
+
* @returns True if the input is in start case, false otherwise.
|
|
10
|
+
*/
|
|
11
|
+
declare function isStartCase(input: string | undefined): boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Converts the first character of each word in a string to uppercase and the remaining characters to lowercase.
|
|
14
|
+
*
|
|
15
|
+
* @remarks
|
|
16
|
+
* Start case is the naming convention in which each word is written with an initial capital letter - "This Is An Example".
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```ts
|
|
20
|
+
* const result1 = startCase('hello world'); // result will be 'Hello World'
|
|
21
|
+
* const result2 = startCase('HELLO WORLD'); // result will be 'Hello World'
|
|
22
|
+
* const result3 = startCase('hello-world'); // result will be 'Hello World'
|
|
23
|
+
* const result4 = startCase('hello_world'); // result will be 'Hello World'
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @param input - The string to convert.
|
|
27
|
+
* @returns The converted string.
|
|
28
|
+
*/
|
|
29
|
+
declare function startCase<T extends string | undefined>(input?: T): T;
|
|
30
|
+
//#endregion
|
|
31
|
+
export { isStartCase, startCase };
|
|
32
|
+
//# sourceMappingURL=start-case.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-case.d.cts","names":[],"sources":["../src/start-case.ts"],"sourcesContent":[],"mappings":";;AA6BA;AAqBA;;;;;;;iBArBgB,WAAA;;;;;;;;;;;;;;;;;;iBAqBA,gDAAgD,IAAI"}
|
package/dist/start-case.d.mts
CHANGED
|
@@ -1,2 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region src/start-case.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Check if the input string is in snake case.
|
|
4
|
+
*
|
|
5
|
+
* @remarks
|
|
6
|
+
* Start case is the naming convention in which each word is written with an initial capital letter - "This Is An Example".
|
|
7
|
+
*
|
|
8
|
+
* @param input - The input string to check.
|
|
9
|
+
* @returns True if the input is in start case, false otherwise.
|
|
10
|
+
*/
|
|
11
|
+
declare function isStartCase(input: string | undefined): boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Converts the first character of each word in a string to uppercase and the remaining characters to lowercase.
|
|
14
|
+
*
|
|
15
|
+
* @remarks
|
|
16
|
+
* Start case is the naming convention in which each word is written with an initial capital letter - "This Is An Example".
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```ts
|
|
20
|
+
* const result1 = startCase('hello world'); // result will be 'Hello World'
|
|
21
|
+
* const result2 = startCase('HELLO WORLD'); // result will be 'Hello World'
|
|
22
|
+
* const result3 = startCase('hello-world'); // result will be 'Hello World'
|
|
23
|
+
* const result4 = startCase('hello_world'); // result will be 'Hello World'
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @param input - The string to convert.
|
|
27
|
+
* @returns The converted string.
|
|
28
|
+
*/
|
|
29
|
+
declare function startCase<T extends string | undefined>(input?: T): T;
|
|
30
|
+
//#endregion
|
|
31
|
+
export { isStartCase, startCase };
|
|
32
|
+
//# sourceMappingURL=start-case.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-case.d.mts","names":[],"sources":["../src/start-case.ts"],"sourcesContent":[],"mappings":";;AA6BA;AAqBA;;;;;;;iBArBgB,WAAA;;;;;;;;;;;;;;;;;;iBAqBA,gDAAgD,IAAI"}
|
package/dist/start-case.mjs
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{getWords as e}from"./get-words.mjs";function t(e){return e?/^[A-Z][a-z]*(?: [A-Z][a-z]*)*$/.test(e):!1}function n(n){if(t(n)||n===void 0)return n;let r=e(n.trim()),i=``;for(let e of r)e&&e[0]&&(i&&(i+=` `),i+=e===e.toUpperCase()?e:e[0].toUpperCase()+e.slice(1).toLowerCase());return i}export{t as isStartCase,n as startCase};
|
|
2
|
+
//# sourceMappingURL=start-case.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-case.mjs","names":[],"sources":["../src/start-case.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { getWords } from \"./get-words\";\n\n/**\n * Check if the input string is in snake case.\n *\n * @remarks\n * Start case is the naming convention in which each word is written with an initial capital letter - \"This Is An Example\".\n *\n * @param input - The input string to check.\n * @returns True if the input is in start case, false otherwise.\n */\nexport function isStartCase(input: string | undefined): boolean {\n return input ? /^[A-Z][a-z]*(?: [A-Z][a-z]*)*$/.test(input) : false;\n}\n\n/**\n * Converts the first character of each word in a string to uppercase and the remaining characters to lowercase.\n *\n * @remarks\n * Start case is the naming convention in which each word is written with an initial capital letter - \"This Is An Example\".\n *\n * @example\n * ```ts\n * const result1 = startCase('hello world'); // result will be 'Hello World'\n * const result2 = startCase('HELLO WORLD'); // result will be 'Hello World'\n * const result3 = startCase('hello-world'); // result will be 'Hello World'\n * const result4 = startCase('hello_world'); // result will be 'Hello World'\n * ```\n *\n * @param input - The string to convert.\n * @returns The converted string.\n */\nexport function startCase<T extends string | undefined>(input?: T): T {\n if (isStartCase(input) || input === undefined) {\n return input as T;\n }\n\n const words = getWords(input.trim());\n\n let result = \"\";\n for (const word of words) {\n if (word && word[0]) {\n if (result) {\n result += \" \";\n }\n\n result +=\n word === word.toUpperCase()\n ? word\n : word[0].toUpperCase() + word.slice(1).toLowerCase();\n }\n }\n\n return result as T;\n}\n"],"mappings":"2CA6BA,SAAgB,EAAY,EAAoC,CAC9D,OAAO,EAAQ,iCAAiC,KAAK,EAAM,CAAG,GAoBhE,SAAgB,EAAwC,EAAc,CACpE,GAAI,EAAY,EAAM,EAAI,IAAU,IAAA,GAClC,OAAO,EAGT,IAAM,EAAQ,EAAS,EAAM,MAAM,CAAC,CAEhC,EAAS,GACb,IAAK,IAAM,KAAQ,EACb,GAAQ,EAAK,KACX,IACF,GAAU,KAGZ,GACE,IAAS,EAAK,aAAa,CACvB,EACA,EAAK,GAAG,aAAa,CAAG,EAAK,MAAM,EAAE,CAAC,aAAa,EAI7D,OAAO"}
|
package/dist/strip-indents.cjs
CHANGED
package/dist/strip-indents.d.cts
CHANGED
|
@@ -1,2 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region src/strip-indents.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Removes indents, which is useful for printing warning and messages.
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* ```ts
|
|
7
|
+
* stripIndents`
|
|
8
|
+
* Options:
|
|
9
|
+
* - option1
|
|
10
|
+
* - option2
|
|
11
|
+
* `
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @param strings - Template strings
|
|
15
|
+
* @param values - Additional values
|
|
16
|
+
* @returns The stripped string
|
|
17
|
+
*/
|
|
18
|
+
declare function stripIndents(strings: TemplateStringsArray, ...values: any[]): string;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { stripIndents };
|
|
21
|
+
//# sourceMappingURL=strip-indents.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strip-indents.d.cts","names":[],"sources":["../src/strip-indents.ts"],"sourcesContent":[],"mappings":";;AAkCA;;;;;;;;;;;;;;;iBAAgB,YAAA,UACL"}
|
package/dist/strip-indents.d.mts
CHANGED
|
@@ -1,2 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region src/strip-indents.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Removes indents, which is useful for printing warning and messages.
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* ```ts
|
|
7
|
+
* stripIndents`
|
|
8
|
+
* Options:
|
|
9
|
+
* - option1
|
|
10
|
+
* - option2
|
|
11
|
+
* `
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @param strings - Template strings
|
|
15
|
+
* @param values - Additional values
|
|
16
|
+
* @returns The stripped string
|
|
17
|
+
*/
|
|
18
|
+
declare function stripIndents(strings: TemplateStringsArray, ...values: any[]): string;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { stripIndents };
|
|
21
|
+
//# sourceMappingURL=strip-indents.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strip-indents.d.mts","names":[],"sources":["../src/strip-indents.ts"],"sourcesContent":[],"mappings":";;AAkCA;;;;;;;;;;;;;;;iBAAgB,YAAA,UACL"}
|
package/dist/strip-indents.mjs
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strip-indents.mjs","names":[],"sources":["../src/strip-indents.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n/**\n * Removes indents, which is useful for printing warning and messages.\n *\n * @example\n * ```ts\n * stripIndents`\n * Options:\n * - option1\n * - option2\n * `\n * ```\n *\n * @param strings - Template strings\n * @param values - Additional values\n * @returns The stripped string\n */\nexport function stripIndents(\n strings: TemplateStringsArray,\n ...values: any[]\n): string {\n return String.raw(strings, ...values)\n .split(\"\\n\")\n .map(line => line.trim())\n .join(\"\\n\")\n .trim();\n}\n"],"mappings":"AAkCA,SAAgB,EACd,EACA,GAAG,EACK,CACR,OAAO,OAAO,IAAI,EAAS,GAAG,EAAO,CAClC,MAAM;EAAK,CACX,IAAI,GAAQ,EAAK,MAAM,CAAC,CACxB,KAAK;EAAK,CACV,MAAM"}
|
package/dist/title-case.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
require(`./
|
|
1
|
+
const e=require(`./combine.cjs`),t=require(`./upper-case-first.cjs`),n=require(`./decamelize.cjs`),r=require(`./format-special-cases.cjs`);function i(i,a){return i?.split(/\s+-\s+/).map(i=>n.decamelize(i).split(/[\s\-_]/).map(t.upperCaseFirst).map((e,t,n)=>r.formatSpecialCases(e,t,n,a)).reduce(e.combine)).join(` - `)}exports.titleCase=i;
|
package/dist/title-case.d.cts
CHANGED
|
@@ -1,2 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { FormatSpecialCasesOptions } from "./format-special-cases.cjs";
|
|
2
|
+
|
|
3
|
+
//#region src/title-case.d.ts
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Convert a string to title case.
|
|
7
|
+
*
|
|
8
|
+
* @param input - The input string to convert.
|
|
9
|
+
* @param options - Options for formatting special cases.
|
|
10
|
+
* @returns The title cased string.
|
|
11
|
+
*/
|
|
12
|
+
declare function titleCase<T extends string | undefined>(input: T, options?: FormatSpecialCasesOptions): T;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { titleCase };
|
|
15
|
+
//# sourceMappingURL=title-case.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"title-case.d.cts","names":[],"sources":["../src/title-case.ts"],"sourcesContent":[],"mappings":";;;;;;AA+BA;;;;;iBAAgB,+CACP,aACG,4BACT"}
|
package/dist/title-case.d.mts
CHANGED
|
@@ -1,2 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { FormatSpecialCasesOptions } from "./format-special-cases.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/title-case.d.ts
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Convert a string to title case.
|
|
7
|
+
*
|
|
8
|
+
* @param input - The input string to convert.
|
|
9
|
+
* @param options - Options for formatting special cases.
|
|
10
|
+
* @returns The title cased string.
|
|
11
|
+
*/
|
|
12
|
+
declare function titleCase<T extends string | undefined>(input: T, options?: FormatSpecialCasesOptions): T;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { titleCase };
|
|
15
|
+
//# sourceMappingURL=title-case.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"title-case.d.mts","names":[],"sources":["../src/title-case.ts"],"sourcesContent":[],"mappings":";;;;;;AA+BA;;;;;iBAAgB,+CACP,aACG,4BACT"}
|
package/dist/title-case.mjs
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
import"./
|
|
1
|
+
import{combine as e}from"./combine.mjs";import{upperCaseFirst as t}from"./upper-case-first.mjs";import{decamelize as n}from"./decamelize.mjs";import{formatSpecialCases as r}from"./format-special-cases.mjs";function i(i,a){return i?.split(/\s+-\s+/).map(i=>n(i).split(/[\s\-_]/).map(t).map((e,t,n)=>r(e,t,n,a)).reduce(e)).join(` - `)}export{i as titleCase};
|
|
2
|
+
//# sourceMappingURL=title-case.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"title-case.mjs","names":[],"sources":["../src/title-case.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { combine } from \"./combine\";\nimport { decamelize } from \"./decamelize\";\nimport type { FormatSpecialCasesOptions } from \"./format-special-cases\";\nimport { formatSpecialCases } from \"./format-special-cases\";\nimport { upperCaseFirst } from \"./upper-case-first\";\n\n/**\n * Convert a string to title case.\n *\n * @param input - The input string to convert.\n * @param options - Options for formatting special cases.\n * @returns The title cased string.\n */\nexport function titleCase<T extends string | undefined>(\n input: T,\n options?: FormatSpecialCasesOptions\n): T {\n return input\n ?.split(/\\s+-\\s+/)\n .map(segment =>\n decamelize(segment)\n .split(/[\\s\\-_]/)\n .map(upperCaseFirst)\n .map((value: string, index: number, array: string[]) =>\n formatSpecialCases(value, index, array, options)\n )\n .reduce(combine)\n )\n .join(\" - \") as T;\n}\n"],"mappings":"8MA+BA,SAAgB,EACd,EACA,EACG,CACH,OAAO,GACH,MAAM,UAAU,CACjB,IAAI,GACH,EAAW,EAAQ,CAChB,MAAM,UAAU,CAChB,IAAI,EAAe,CACnB,KAAK,EAAe,EAAe,IAClC,EAAmB,EAAO,EAAO,EAAO,EAAQ,CACjD,CACA,OAAO,EAAQ,CACnB,CACA,KAAK,MAAM"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e=``;exports.EMPTY_STRING=``;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.mjs","names":[],"sources":["../../../../types/src/base.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { TypedArray } from \"./array\";\n\nexport type SerializablePrimitive =\n | null\n | undefined\n | string\n | number\n | boolean\n | bigint;\nexport type Primitive = SerializablePrimitive | symbol;\n\n/**\n * Matches any primitive, `void`, `Date`, or `RegExp` value.\n */\nexport type BuiltIns = Primitive | void | Date | RegExp;\n\n/**\n * Matches any non-primitive object\n */\n// eslint-disable-next-line ts/no-unsafe-function-type\nexport type AtomicObject = Function | Promise<any> | Date | RegExp;\n\n/** Determines if the passed value is of a specific type */\nexport type TypeTester = (value: any) => boolean;\n\n/**\n * The interface for a type mapping (key =\\> function) to use for {@link getType}.\n * export * The key represents the name of the type. The function represents the {@link TypeTester | test method}.\n * The map should be ordered by testing preference, with more specific tests first.\n * If a test returns true, it is selected, and the key is returned as the type.\n */\nexport type TypeMap = Record<string, TypeTester>;\n\ndeclare const emptyObjectSymbol: unique symbol;\n\nexport type FunctionOrValue<Value> = Value extends () => infer X ? X : Value;\n\n/**\n * A [[List]]\n *\n * @example\n * ```ts\n * type list0 = [1, 2, 3]\n * type list1 = number[]\n * ```\n *\n * @param A - its type\n * @returns [[List]]\n */\nexport type List<A = any> = ReadonlyArray<A>;\n\n/**\n * Alias to create a [[Function]]\n *\n * @example\n * ```ts\n * import { FunctionLike } from '@stryke/types'\n *\n * type test0 = FunctionLike<[string, number], boolean>\n * /// (args_0: string, args_1: number) => boolean\n * ```\n *\n * @param P - parameters\n * @param R - return type\n * @returns [[Function]]\n */\nexport type FunctionLike<P extends List = any, R = any> = (...args: P) => R;\n\nexport type AnyFunction = FunctionLike<any, any>;\nexport type Nullish = undefined | null;\nexport type Nullishable<T> = T | Nullish;\nexport type NonNullishObject = object; // not null/undefined which are Object\nexport type NativeClass = abstract new (...args: any) => any;\nexport type AnyNumber = number | number;\nexport type AnyString = string | string;\nexport type AnyBoolean = boolean | boolean;\nexport type AnyArray = any[];\nexport type PlainObject = Record<any, object>; // https://stackoverflow.com/a/75052315/130638\nexport type AnyMap = Map<any, any>;\nexport type AnyWeakMap = WeakMap<WeakKey, any>;\nexport type EmptyArray = [];\nexport interface EmptyObject {\n [emptyObjectSymbol]?: never;\n}\n\nexport type Any =\n | boolean\n | number\n | bigint\n | string\n | null\n | undefined\n | void\n | symbol\n | object\n | PlainObject\n | AnyArray\n | AnyMap\n | AnyWeakMap;\n\n/**\n * The valid types of the index for an `Indexable` type object\n */\nexport type IndexType = string | number | symbol;\n\n/**\n * The declaration of a ***dictionary-type*** object with a specific type\n *\n * @see {@link Indexable}\n * @see {@link IndexType}\n * @see {@link Dictionary}\n */\nexport type TypedIndexable<T> = Record<IndexType, T>;\n\n/**\n * The declaration of a ***dictionary-type*** object\n *\n * @see {@link TypedIndexable}\n * @see {@link IndexType}\n * @see {@link Dictionary}\n */\nexport type Indexable = TypedIndexable<any>;\n\n/**\n * The declaration of a ***dictionary-type*** object with a specific type\n *\n * @see {@link Indexable}\n * @see {@link IndexType}\n * @see {@link TypedIndexable}\n */\nexport type Dictionary<T> = Record<string, T>;\n\nexport const EMPTY_STRING = \"\";\nexport const NEWLINE_STRING = \"\\r\\n\";\nexport const EMPTY_OBJECT = {};\n\nexport type AnyCase<T extends IndexType> = string extends T\n ? string\n : T extends `${infer F1}${infer F2}${infer R}`\n ? `${Uppercase<F1> | Lowercase<F1>}${Uppercase<F2> | Lowercase<F2>}${AnyCase<R>}`\n : T extends `${infer F}${infer R}`\n ? `${Uppercase<F> | Lowercase<F>}${AnyCase<R>}`\n : typeof EMPTY_STRING;\n\nexport type Newable<T> = new (..._args: never[]) => T;\n\nexport interface Abstract<T> {\n prototype: T;\n}\n\nexport interface Clonable<T> {\n clone: () => T;\n}\n\nexport type MaybePromise<T> = T | Promise<T>;\n\nexport type ReducerFunction<TState, TAction> = (\n state: TState,\n action: TAction\n) => TState;\n\n// NOTE: for the file size optimization\nexport const TYPE_ARGUMENTS = \"Arguments\";\nexport const TYPE_ARRAY = \"Array\";\nexport const TYPE_OBJECT = \"Object\";\nexport const TYPE_MAP = \"Map\";\nexport const TYPE_SET = \"Set\";\n\nexport type Collection =\n | IArguments\n | unknown[]\n | Map<unknown, unknown>\n | Record<string | number | symbol, unknown>\n | Set<unknown>;\n\nexport type NonUndefined<T> = T extends undefined ? never : T;\n\nexport type BrowserNativeObject = Date | File;\n\nexport type DeepPartial<T> = T extends BrowserNativeObject | NestedValue\n ? T\n : {\n [K in keyof T]?: DeepPartial<T[K]>;\n };\n\nexport type Rollback = Record<\n string,\n (initialValue: any, currentValue: any) => any\n>;\n\n/**\n * Extract all required keys from the given type.\n *\n * @remarks\n * This is useful when you want to create a new type that contains different type values for the required keys only or use the list of keys for validation purposes, etc...\n */\nexport type RequiredKeysOf<BaseType extends object> = Exclude<\n {\n [Key in keyof BaseType]: BaseType extends Record<Key, BaseType[Key]>\n ? Key\n : never;\n }[keyof BaseType],\n undefined\n>;\n\n/**\n * Returns a boolean for whether the two given types are equal.\n *\n * @remarks\n * Use-cases: If you want to make a conditional branch based on the result of a comparison of two types.\n *\n * @see https://github.com/microsoft/TypeScript/issues/27024#issuecomment-421529650\n * @see https://stackoverflow.com/questions/68961864/how-does-the-equals-work-in-typescript/68963796#68963796\n */\nexport type IsEqual<A, B> =\n (<G>() => G extends A ? 1 : 2) extends <G>() => G extends B ? 1 : 2\n ? true\n : false;\n\nexport type Filter<KeyType, ExcludeType> =\n IsEqual<KeyType, ExcludeType> extends true\n ? never\n : KeyType extends ExcludeType\n ? never\n : KeyType;\n\ninterface ExceptOptions {\n /**\n Disallow assigning non-specified properties.\n\n Note that any omitted properties in the resulting type will be present in autocomplete as `undefined`.\n\n @defaultValue false\n */\n requireExactProps?: boolean;\n}\n\n/**\n * Create a type from an object type without certain keys.\n *\n * @remarks\n * We recommend setting the `requireExactProps` option to `true`.\n *\n * This type is a stricter version of [`Omit`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-5.html#the-omit-helper-type). The `Omit` type does not restrict the omitted keys to be keys present on the given type, while `Except` does. The benefits of a stricter type are avoiding typos and allowing the compiler to pick up on rename refactors automatically.\n *\n * This type was proposed to the TypeScript team, which declined it, saying they prefer that libraries implement stricter versions of the built-in types ([microsoft/TypeScript#30825](https://github.com/microsoft/TypeScript/issues/30825#issuecomment-523668235)).\n */\nexport type Except<\n ObjectType,\n KeysType extends keyof ObjectType,\n Options extends ExceptOptions = { requireExactProps: false }\n> = {\n [KeyType in keyof ObjectType as Filter<\n KeyType,\n KeysType\n >]: ObjectType[KeyType];\n} & (Options[\"requireExactProps\"] extends true\n ? Partial<Record<KeysType, never>>\n : Record<string, never>);\n\n/**\n * Useful to flatten the type output to improve type hints shown in editors. And also to transform an interface into a type to aide with assignability.\n *\n * @remarks\n * Sometimes it is desired to pass a value as a function argument that has a different type. At first inspection it may seem assignable, and then you discover it is not because the `value`'s type definition was defined as an interface. In the following example, `fn` requires an argument of type `Record<string, unknown>`. If the value is defined as a literal, then it is assignable. And if the `value` is defined as type using the `Simplify` utility the value is assignable. But if the `value` is defined as an interface, it is not assignable because the interface is not sealed and elsewhere a non-string property could be added to the interface.\n *\n * If the type definition must be an interface (perhaps it was defined in a third-party npm package), then the `value` can be defined as `const value: Simplify<SomeInterface> = ...`. Then `value` will be assignable to the `fn` argument. Or the `value` can be cast as `Simplify<SomeInterface>` if you can't re-declare the `value`.\n *\n * @see https://github.com/microsoft/TypeScript/issues/15300\n */\nexport type Simplify<T> = { [KeyType in keyof T]: T[KeyType] } & {};\n\n/**\n * Create a type that makes the given keys required. The remaining keys are kept as is. The sister of the `SetOptional` type.\n *\n * @remarks\n * Use-case: You want to define a single model where the only thing that changes is whether or not some of the keys are required.\n */\nexport type SetRequired<\n BaseType,\n Keys extends keyof BaseType\n> = BaseType extends unknown // type](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html#distributive-conditional-types). // union into a [distributive conditional // `extends unknown` is always going to be the case and is used to convert any\n ? Simplify<\n // Pick just the keys that are optional from the base type.\n Except<BaseType, Keys> &\n // Pick the keys that should be required from the base type and make them required.\n Required<Pick<BaseType, Keys>>\n >\n : never;\n\nexport const $NestedValue: unique symbol = Symbol(\"NestedValue\");\n\nexport type NestedValue<TValue extends object = object> = {\n [$NestedValue]: never;\n} & TValue;\n\nexport interface RefObject<T> {\n current: T;\n}\n\nexport interface Identity<T = string> {\n id: T;\n}\n\nexport interface Versioned {\n version: number;\n}\n\nexport interface Sequenced {\n /**\n * The sequence number (version, or event counter, etc.) of the record\n */\n sequence: number;\n}\n\nexport interface Typed {\n /**\n * The type of the record\n */\n __type: string;\n}\n\nexport interface ClassTypeCheckable<T> extends Typed {\n /**\n * Run type check on the given value\n * @param value - The value to check\n * @returns True if the value is of the type of the class\n */\n isTypeOf: (value: unknown) => value is T;\n}\n\n/**\n * Matches non-recursive types.\n */\nexport type NonRecursiveType =\n | BuiltIns\n // eslint-disable-next-line ts/no-unsafe-function-type\n | Function\n | (new (...arguments_: any[]) => unknown);\n\nexport type IsPrimitive<T> = [T] extends [Primitive] ? true : false;\nexport type IsNever<T> = [T] extends [never] ? true : false;\nexport type IsAny<T> = 0 extends 1 & T ? true : false;\nexport type IsNull<T> = [T] extends [null] ? true : false;\nexport type IsUndefined<T> = T extends undefined ? true : false;\nexport type IsUnknown<T> = unknown extends T // `T` can be `unknown` or `any`\n ? IsNull<T> extends false // `any` can be `null`, but `unknown` can't be\n ? true\n : false\n : false;\nexport type IsNullish<T> = IsNull<T> & IsUndefined<T>;\nexport type IsFunction<T> = T extends AnyFunction ? true : false;\n\n/**\n * Declare locally scoped properties on `globalThis`.\n *\n * When defining a global variable in a declaration file is inappropriate, it can be helpful to define a `type` or `interface` (say `ExtraGlobals`) with the global variable and then cast `globalThis` via code like `globalThis as unknown as ExtraGlobals`.\n *\n * Instead of casting through `unknown`, you can update your `type` or `interface` to extend `GlobalThis` and then directly cast `globalThis`.\n *\n * @example\n * ```\n * import type { GlobalThis } from '@stryke/types';\n *\n * type ExtraGlobals = GlobalThis & {\n * readonly GLOBAL_TOKEN: string;\n * };\n *\n * (globalThis as ExtraGlobals).GLOBAL_TOKEN;\n * ```\n */\nexport type GlobalThis = typeof globalThis;\n\n/**\n * Matches a [`class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes).\n */\nexport interface Class<T, Arguments extends unknown[] = any[]> {\n prototype: Pick<T, keyof T>;\n new (...arguments_: Arguments): T;\n}\n\n/**\n * Matches a [`class` constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes).\n */\nexport type Constructor<T, Arguments extends unknown[] = any[]> = new (\n ...arguments_: Arguments\n) => T;\n\n/**\n * Matches an [`abstract class`](https://www.typescriptlang.org/docs/handbook/classes.html#abstract-classes).\n *\n * @privateRemarks\n * We cannot use a `type` here because TypeScript throws: 'abstract' modifier cannot appear on a type member. (1070)\n */\n\nexport interface AbstractClass<\n T,\n Arguments extends unknown[] = any[]\n> extends AbstractConstructor<T, Arguments> {\n prototype: Pick<T, keyof T>;\n}\n\n/**\n * Matches an [`abstract class`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-2.html#abstract-construct-signatures) constructor.\n */\nexport type AbstractConstructor<\n T,\n Arguments extends unknown[] = any[]\n> = abstract new (...arguments_: Arguments) => T;\n\n/**\n * Create a tuple type of the given length `<L>` and fill it with the given type `<Fill>`.\n *\n * If `<Fill>` is not provided, it will default to `unknown`.\n *\n * @see https://itnext.io/implementing-arithmetic-within-typescripts-type-system-a1ef140a6f6f\n */\nexport type BuildTuple<\n L extends number,\n Fill = unknown,\n T extends readonly unknown[] = []\n> = T[\"length\"] extends L ? T : BuildTuple<L, Fill, [...T, Fill]>;\n\n/**\n * Test if the given function has multiple call signatures.\n *\n * Needed to handle the case of a single call signature with properties.\n *\n * Multiple call signatures cannot currently be supported due to a TypeScript limitation.\n * @see https://github.com/microsoft/TypeScript/issues/29732\n */\nexport type HasMultipleCallSignatures<\n T extends (...arguments_: any[]) => unknown\n> = T extends {\n (...arguments_: infer A): unknown;\n (...arguments_: infer B): unknown;\n}\n ? B extends A\n ? A extends B\n ? false\n : true\n : true\n : false;\n\ntype StructuredCloneablePrimitive =\n | string\n | number\n | bigint\n | boolean\n | null\n | undefined\n | boolean\n | number\n | string;\n\ntype StructuredCloneableData =\n | ArrayBuffer\n | DataView\n | Date\n | Error\n | RegExp\n | TypedArray\n | Blob\n | File;\n\n// DOM exclusive types\n// | AudioData\n// | CropTarget\n// | CryptoKey\n// | DOMException\n// | DOMMatrix\n// | DOMMatrixReadOnly\n// | DOMPoint\n// | DOMPointReadOnly\n// | DOMQuad\n// | DOMRect\n// | DOMRectReadOnly\n// | FileList\n// | FileSystemDirectoryHandle\n// | FileSystemFileHandle\n// | FileSystemHandle\n// | GPUCompilationInfo\n// | GPUCompilationMessage\n// | ImageBitmap\n// | ImageData\n// | RTCCertificate\n// | VideoFrame\n\ntype StructuredCloneableCollection =\n | readonly StructuredCloneable[]\n | {\n readonly [key: string]: StructuredCloneable;\n readonly [key: number]: StructuredCloneable;\n }\n | ReadonlyMap<StructuredCloneable, StructuredCloneable>\n | ReadonlySet<StructuredCloneable>;\n\n/**\n * Matches a value that can be losslessly cloned using `structuredClone`.\n *\n * Note:\n * - Custom error types will be cloned as the base `Error` type\n * - This type doesn't include types exclusive to the TypeScript DOM library (e.g. `DOMRect` and `VideoFrame`)\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm\n *\n * @example\n * ```\n * import type { StructuredCloneable } from '@stryke/types';\n *\n * class CustomClass {}\n *\n * // @ts-expect-error\n * const error: StructuredCloneable = {\n * custom: new CustomClass(),\n * };\n *\n * structuredClone(error);\n * //=> {custom: {}}\n *\n * const good: StructuredCloneable = {\n * number: 3,\n * date: new Date(),\n * map: new Map<string, number>(),\n * }\n *\n * good.map.set('key', 1);\n *\n * structuredClone(good);\n * //=> {number: 3, date: Date(2022-10-17 22:22:35.920), map: Map {'key' -> 1}}\n * ```\n */\nexport type StructuredCloneable =\n | StructuredCloneablePrimitive\n | StructuredCloneableData\n | StructuredCloneableCollection;\n"],"mappings":"AAsJA,MAAa,EAAe"}
|
package/dist/unescape.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=
|
|
1
|
+
const e={"&":`&`,"<":`<`,">":`>`,""":`"`,"'":`'`};function t(t){return t.replace(/&(?:amp|lt|gt|quot|#0*39);/g,t=>e[t]||`'`)}exports.unescape=t;
|
package/dist/unescape.d.cts
CHANGED
|
@@ -1,2 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region src/unescape.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Converts the HTML entities `&`, `<`, `>`, `"`, and `'` in `str` to their corresponding characters.
|
|
4
|
+
* It is the inverse of `escape`.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```ts
|
|
8
|
+
* unescape('This is a <div> element.'); // returns 'This is a <div> element.'
|
|
9
|
+
* unescape('This is a "quote"'); // returns 'This is a "quote"'
|
|
10
|
+
* unescape('This is a 'quote''); // returns 'This is a 'quote''
|
|
11
|
+
* unescape('This is a & symbol'); // returns 'This is a & symbol'
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @param str - The string to unescape.
|
|
15
|
+
* @returns Returns the unescaped string.
|
|
16
|
+
*/
|
|
17
|
+
declare function unescape(str: string): string;
|
|
18
|
+
//#endregion
|
|
19
|
+
export { unescape };
|
|
20
|
+
//# sourceMappingURL=unescape.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unescape.d.cts","names":[],"sources":["../src/unescape.ts"],"sourcesContent":[],"mappings":";;AAyCA;;;;;;;;;;;;;;iBAAgB,QAAA"}
|
package/dist/unescape.d.mts
CHANGED
|
@@ -1,2 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region src/unescape.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Converts the HTML entities `&`, `<`, `>`, `"`, and `'` in `str` to their corresponding characters.
|
|
4
|
+
* It is the inverse of `escape`.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```ts
|
|
8
|
+
* unescape('This is a <div> element.'); // returns 'This is a <div> element.'
|
|
9
|
+
* unescape('This is a "quote"'); // returns 'This is a "quote"'
|
|
10
|
+
* unescape('This is a 'quote''); // returns 'This is a 'quote''
|
|
11
|
+
* unescape('This is a & symbol'); // returns 'This is a & symbol'
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @param str - The string to unescape.
|
|
15
|
+
* @returns Returns the unescaped string.
|
|
16
|
+
*/
|
|
17
|
+
declare function unescape(str: string): string;
|
|
18
|
+
//#endregion
|
|
19
|
+
export { unescape };
|
|
20
|
+
//# sourceMappingURL=unescape.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unescape.d.mts","names":[],"sources":["../src/unescape.ts"],"sourcesContent":[],"mappings":";;AAyCA;;;;;;;;;;;;;;iBAAgB,QAAA"}
|
package/dist/unescape.mjs
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const e={"&":`&`,"<":`<`,">":`>`,""":`"`,"'":`'`};function t(t){return t.replace(/&(?:amp|lt|gt|quot|#0*39);/g,t=>e[t]||`'`)}export{t as unescape};
|
|
2
|
+
//# sourceMappingURL=unescape.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unescape.mjs","names":["htmlUnescapes: Record<string, string>"],"sources":["../src/unescape.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nconst htmlUnescapes: Record<string, string> = {\n \"&\": \"&\",\n \"<\": \"<\",\n \">\": \">\",\n \""\": '\"',\n \"'\": \"'\"\n};\n\n/**\n * Converts the HTML entities `&`, `<`, `>`, `"`, and `'` in `str` to their corresponding characters.\n * It is the inverse of `escape`.\n *\n * @example\n * ```ts\n * unescape('This is a <div> element.'); // returns 'This is a <div> element.'\n * unescape('This is a "quote"'); // returns 'This is a \"quote\"'\n * unescape('This is a 'quote''); // returns 'This is a 'quote''\n * unescape('This is a & symbol'); // returns 'This is a & symbol'\n * ```\n *\n * @param str - The string to unescape.\n * @returns Returns the unescaped string.\n */\nexport function unescape(str: string): string {\n return str.replace(\n /&(?:amp|lt|gt|quot|#0*39);/g,\n match => htmlUnescapes[match] || \"'\"\n );\n}\n"],"mappings":"AAkBA,MAAMA,EAAwC,CAC5C,QAAS,IACT,OAAQ,IACR,OAAQ,IACR,SAAU,IACV,QAAS,IACV,CAiBD,SAAgB,EAAS,EAAqB,CAC5C,OAAO,EAAI,QACT,8BACA,GAAS,EAAc,IAAU,IAClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function e(e){return e&&e.charAt(0).toUpperCase()+e.slice(1)}exports.upperCaseFirst=e;
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region src/upper-case-first.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Upper case the first character of an input string.
|
|
4
|
+
*
|
|
5
|
+
* @remarks
|
|
6
|
+
* "Thisisanexample"
|
|
7
|
+
*
|
|
8
|
+
* @param input - The input string.
|
|
9
|
+
* @returns The capitalized string.
|
|
10
|
+
*/
|
|
11
|
+
declare function upperCaseFirst<T extends string | undefined>(input?: T): T;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { upperCaseFirst };
|
|
14
|
+
//# sourceMappingURL=upper-case-first.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upper-case-first.d.cts","names":[],"sources":["../src/upper-case-first.ts"],"sourcesContent":[],"mappings":";;AA2BA;;;;;;;;iBAAgB,qDAAqD,IAAI"}
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region src/upper-case-first.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Upper case the first character of an input string.
|
|
4
|
+
*
|
|
5
|
+
* @remarks
|
|
6
|
+
* "Thisisanexample"
|
|
7
|
+
*
|
|
8
|
+
* @param input - The input string.
|
|
9
|
+
* @returns The capitalized string.
|
|
10
|
+
*/
|
|
11
|
+
declare function upperCaseFirst<T extends string | undefined>(input?: T): T;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { upperCaseFirst };
|
|
14
|
+
//# sourceMappingURL=upper-case-first.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upper-case-first.d.mts","names":[],"sources":["../src/upper-case-first.ts"],"sourcesContent":[],"mappings":";;AA2BA;;;;;;;;iBAAgB,qDAAqD,IAAI"}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
function e(e){return e&&e.charAt(0).toUpperCase()+e.slice(1)}export{e as upperCaseFirst};
|
|
2
|
+
//# sourceMappingURL=upper-case-first.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upper-case-first.mjs","names":[],"sources":["../src/upper-case-first.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n/**\n * Upper case the first character of an input string.\n *\n * @remarks\n * \"Thisisanexample\"\n *\n * @param input - The input string.\n * @returns The capitalized string.\n */\nexport function upperCaseFirst<T extends string | undefined>(input?: T): T {\n return (input ? input.charAt(0).toUpperCase() + input.slice(1) : input) as T;\n}\n"],"mappings":"AA2BA,SAAgB,EAA6C,EAAc,CACzE,OAAQ,GAAQ,EAAM,OAAO,EAAE,CAAC,aAAa,CAAG,EAAM,MAAM,EAAE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/string-format",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing utility functions to transform strings into various formats.",
|
|
6
6
|
"repository": {
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"./*": "./*"
|
|
122
122
|
},
|
|
123
123
|
"types": "./dist/index.d.cts",
|
|
124
|
-
"devDependencies": { "tsdown": "^0.17.
|
|
124
|
+
"devDependencies": { "tsdown": "^0.17.2" },
|
|
125
125
|
"publishConfig": { "access": "public" },
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "8f2e484743eb3ce54929e99096ca2ea188b4730e"
|
|
127
127
|
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
//#region src/acronyms.d.ts
|
|
2
|
-
/**
|
|
3
|
-
* A running list of common acronyms and their meanings.
|
|
4
|
-
*
|
|
5
|
-
* @remarks
|
|
6
|
-
* This list is not exhaustive and may be updated over time.
|
|
7
|
-
*/
|
|
8
|
-
declare const ACRONYMS: Record<string, {
|
|
9
|
-
description: string;
|
|
10
|
-
display?: string;
|
|
11
|
-
}>;
|
|
12
|
-
declare const ACRONYM_DISPLAY: Record<string, string>;
|
|
13
|
-
declare const ACRONYM_DESCRIPTION: Record<string, string>;
|
|
14
|
-
declare const ACRONYM_LIST: string[];
|
|
15
|
-
//#endregion
|
|
16
|
-
export { ACRONYM_LIST as i, ACRONYM_DESCRIPTION as n, ACRONYM_DISPLAY as r, ACRONYMS as t };
|
|
17
|
-
//# sourceMappingURL=acronyms-Clf_sxuQ.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acronyms-Clf_sxuQ.d.mts","names":[],"sources":["../src/acronyms.ts"],"sourcesContent":[],"mappings":";;AAwBA;AAqWA;AAIA;AAIA;;cA7Wa,UAAU;;;;cAqWV,iBAAiB;cAIjB,qBAAqB;cAIrB"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
const e={"2D":{description:`Two-Dimensional`,display:`2d`},"3D":{description:`Three-Dimensional`,display:`3d`},"4D":{description:`Four-Dimensional`,display:`4d`},"5G":{description:`Fifth Generation (mobile networks)`},"6G":{description:`Sixth Generation (mobile networks)`},"7G":{description:`Seventh Generation (mobile networks)`},"8G":{description:`Eighth Generation (mobile networks)`},ACID:{description:`Atomicity, Consistency, Isolation, Durability`},AITA:{description:`Am I The Asshole`},AES:{description:`Advanced Encryption Standard`},AI:{description:`Artificial Intelligence`},AJAX:{description:`Asynchronous JavaScript and XML`},API:{description:`Application Programming Interface`},AR:{description:`Augmented Reality`},ASCII:{description:`American Standard Code for Information Interchange`},ATF:{description:`Bureau of Alcohol, Tobacco, Firearms and Explosives`},ATM:{description:`Automated Teller Machine`},B2B:{description:`Business to Business`},B2C:{description:`Business to Consumer`},BATFE:{description:`Bureau of Alcohol, Tobacco, Firearms and Explosives`},BFF:{description:`Best Friends Forever`},BFFS:{description:`Best Friends Forever (plural)`},BI:{description:`Business Intelligence`},BIOS:{description:`Basic Input/Output System`},BGP:{description:`Border Gateway Protocol`},BOM:{description:`Bill of Materials / Byte Order Mark`},BSON:{description:`Binary JSON`},BYOD:{description:`Bring Your Own Device`},C2C:{description:`Consumer to Consumer`},CAGR:{description:`Compound Annual Growth Rate`},CAPTCHA:{description:`Completely Automated Public Turing test to tell Computers and Humans Apart`},CCTV:{description:`Closed-Circuit Television`},CD:{description:`Continuous Delivery / Compact Disc`},CDN:{description:`Content Delivery Network`},CDP:{description:`Customer Data Platform`},CDT:{description:`Central Daylight Time`},CIA:{description:`Central Intelligence Agency`},CI:{description:`Continuous Integration`},"CI/CD":{description:`Continuous Integration/Continuous Delivery`},CIAM:{description:`Customer Identity and Access Management`},CICD:{description:`Continuous Integration Continuous Delivery`,display:`CI/CD`},CLI:{description:`Command Line Interface`},CMDB:{description:`Configuration Management Database`},CORS:{description:`Cross-Origin Resource Sharing`},CPA:{description:`Certified Public Accountant`},CPU:{description:`Central Processing Unit`},CRUD:{description:`Create, Read, Update, Delete`},CSR:{description:`Certificate Signing Request / Corporate Social Responsibility`},CSS:{description:`Cascading Style Sheets`},CST:{description:`Central Standard Time`},CTA:{description:`Call To Action`},CWD:{description:`Current Working Directory`},CX:{description:`Customer Experience`},DAG:{description:`Directed Acyclic Graph`},DBMS:{description:`Database Management System`},DDOS:{description:`Distributed Denial of Service`,display:`DDoS`},DEA:{description:`Drug Enforcement Administration`},DEVENV:{description:`Devenv`,display:`Devenv`},DEVOPS:{description:`Development Operations`,display:`DevOps`},DHS:{description:`Department of Homeland Security`},DIRENV:{description:`DirEnv`,display:`DirEnv`},DNC:{description:`Democratic National Committee / Do Not Call`},DNS:{description:`Domain Name System`},DNSSEC:{description:`Domain Name System Security Extensions`},DOD:{description:`Department of Defense`,display:`DoD`},DOJ:{description:`Department of Justice`,display:`DoJ`},DOM:{description:`Document Object Model`},DOT:{description:`Department of Transportation`,display:`DoT`},DOTENV:{description:`Dotenv (.env)`,display:`Dotenv`},DR:{description:`Disaster Recovery`},DRM:{description:`Digital Rights Management`},DSN:{description:`Data Source Name`},DWH:{description:`Data Warehouse`},E2E:{description:`End to End`},EAI:{description:`Enterprise Application Integration`},EDT:{description:`Eastern Daylight Time`},EEA:{description:`European Economic Area`},EKS:{description:`Elastic Kubernetes Service`},EOF:{description:`End Of File`},EOD:{description:`End Of Day / Explosive Ordnance Disposal`},EPA:{description:`Environmental Protection Agency`},ER:{description:`Emergency Room / Entity Relationship`},EST:{description:`Eastern Standard Time`},ETC:{description:`Et Cetera`},ETL:{description:`Extract, Transform, Load`},EULA:{description:`End User License Agreement`},FAAS:{description:`Function as a Service`,display:`FaaS`},FAQ:{description:`Frequently Asked Questions`,display:`FAQs`},FAQS:{description:`Frequently Asked Questions`},FBI:{description:`Federal Bureau of Investigation`},FCC:{description:`Federal Communications Commission`},FDA:{description:`Food and Drug Administration`},FIDO:{description:`Fast IDentity Online`},FLOTUS:{description:`First Lady of the United States`},FQDN:{description:`Fully Qualified Domain Name`},FTC:{description:`Federal Trade Commission`},FTP:{description:`File Transfer Protocol`},GC:{description:`Garbage Collection`},GCP:{description:`Google Cloud Platform`},GDPR:{description:`General Data Protection Regulation`},GMT:{description:`Greenwich Mean Time`},GOP:{description:`Grand Old Party`},GPU:{description:`Graphics Processing Unit`},GUID:{description:`Globally Unique Identifier`},GUI:{description:`Graphical User Interface`},GZIP:{description:`GNU Zip`},HCI:{description:`Human Computer Interaction / Hyper-Converged Infrastructure`},HDD:{description:`Hard Disk Drive`},HDFS:{description:`Hadoop Distributed File System`},HHS:{description:`Health and Human Services`},HIPAA:{description:`Health Insurance Portability and Accountability Act`},HMAC:{description:`Hash-based Message Authentication Code`},HOTP:{description:`HMAC-based One-Time Password`},HSM:{description:`Hardware Security Module`},HTML:{description:`HyperText Markup Language`},HTTP:{description:`HyperText Transfer Protocol (HTTP)`},"HTTP/2":{description:`HyperText Transfer Protocol Version 2 (HTTP/2)`},"HTTP/2.0":{description:`HyperText Transfer Protocol Version 2 (HTTP/2)`,display:`HTTP2`},"HTTP/3":{description:`HyperText Transfer Protocol Version 3 (HTTP/3)`},"HTTP/3.0":{description:`HyperText Transfer Protocol Version 3 (HTTP/3)`,display:`HTTP3`},HTTP2:{description:`HyperText Transfer Protocol Version 2 (HTTP/2)`,display:`HTTP2`},"HTTP2.0":{description:`HyperText Transfer Protocol Version 2 (HTTP/2)`,display:`HTTP2`},HTTP3:{description:`HyperText Transfer Protocol Version 3 (HTTP/3)`,display:`HTTP3`},"HTTP3.0":{description:`HyperText Transfer Protocol Version 3 (HTTP/3)`,display:`HTTP3`},HTTPS:{description:`HyperText Transfer Protocol Secure (HTTPS)`},"HTTPS/2":{description:`HyperText Transfer Protocol Secure Version 2 (HTTPS/2)`},"HTTPS/2.0":{description:`HyperText Transfer Protocol Secure Version 2 (HTTPS/2)`,display:`HTTPS2`},"HTTPS/3":{description:`HyperText Transfer Protocol Secure Version 3 (HTTPS/3)`},"HTTPS/3.0":{description:`HyperText Transfer Protocol Secure Version 3 (HTTPS/3)`,display:`HTTPS3`},HTTPS2:{description:`HyperText Transfer Protocol Secure Version 2 (HTTPS/2)`,display:`HTTPS2`},"HTTPS2.0":{description:`HyperText Transfer Protocol Secure Version 2 (HTTPS/2)`,display:`HTTPS2`},HTTPS3:{description:`HyperText Transfer Protocol Secure Version 3 (HTTPS/3)`,display:`HTTPS3`},"HTTPS3.0":{description:`HyperText Transfer Protocol Secure Version 3 (HTTPS/3)`,display:`HTTPS3`},IAAS:{description:`Infrastructure as a Service`,display:`IaaS`},IAM:{description:`Identity and Access Management`},IAMM:{description:`Identity and Access Management and Monitoring`},IAMT:{description:`Identity and Access Management Tool`},ID:{description:`Identifier`,display:`Id`},IFTTT:{description:`If This Then That`},IMAP:{description:`Internet Message Access Protocol`},IO:{description:`Input/Output`},IP:{description:`Internet Protocol`},IPFS:{description:`InterPlanetary File System`},IPS:{description:`Intrusion Prevention System`},ISO:{description:`International Organization for Standardization`},IQ:{description:`Intelligence Quotient`,display:`IQ`},IOT:{description:`Internet of Things`,display:`IoT`},JSON:{description:`JavaScript Object Notation`},JSONP:{description:`JSON with Padding`},JWT:{description:`JSON Web Token`},K8S:{description:`Kubernetes`,display:`K8s`},KMS:{description:`Key Management Service`},KPI:{description:`Key Performance Indicator`},KV:{description:`Key Value`},LAN:{description:`Local Area Network`},LHS:{description:`Left Hand Side`},LPGA:{description:`Ladies Professional Golf Association`},LXC:{description:`Linux Containers`},MDT:{description:`Mountain Daylight Time`},MFA:{description:`Multi-Factor Authentication`},ML:{description:`Machine Learning`},MLB:{description:`Major League Baseball`},MLOps:{description:`Machine Learning Operations`},MPA:{description:`Multi-Page Application`},MST:{description:`Mountain Standard Time`},MVC:{description:`Model View Controller`},MVP:{description:`Minimum Viable Product / Most Valuable Player`},NAIA:{description:`National Association of Intercollegiate Athletics`},NAS:{description:`Network Attached Storage`},NASA:{description:`National Aeronautics and Space Administration`},NASCAR:{description:`National Association for Stock Car Auto Racing`},NAT:{description:`Network Address Translation`},NBA:{description:`National Basketball Association`},NCAA:{description:`National Collegiate Athletic Association`},NDA:{description:`Non-Disclosure Agreement`},NFS:{description:`Network File System`},NHL:{description:`National Hockey League`},NIST:{description:`National Institute of Standards and Technology`},NLP:{description:`Natural Language Processing`},NPS:{description:`Net Promoter Score`},NRA:{description:`National Rifle Association`},NSFW:{description:`Not Safe For Work`},NX:{description:`Nx`,display:`Nx`},OCR:{description:`Optical Character Recognition`},OEM:{description:`Original Equipment Manufacturer`},OKR:{description:`Objectives and Key Results`},OLAP:{description:`Online Analytical Processing`},OLTP:{description:`Online Transaction Processing`},OOP:{description:`Object Oriented Programming`},ORM:{description:`Object Relational Mapping`},OS:{description:`Operating System`},OSINT:{description:`Open Source Intelligence`},OSS:{description:`Open Source Software`},OTP:{description:`One-Time Password`},P2P:{description:`Peer to Peer`},PAAS:{description:`Platform as a Service`,display:`PaaS`},PCI:{description:`Payment Card Industry`},PDP:{description:`Policy Decision Point / Product Detail Page`},PDT:{description:`Pacific Daylight Time`},PGA:{description:`Professional Golfers' Association`},POTUS:{description:`President of the United States`},PP:{description:`Pages / PayPal / Percentage Points`},PST:{description:`Pacific Standard Time`},PTO:{description:`Paid Time Off / Power Take-Off`},PKI:{description:`Public Key Infrastructure`},PWA:{description:`Progressive Web App`},PX:{description:`Pixel`},QA:{description:`Quality Assurance`},R2:{description:`R2`},RAID:{description:`Redundant Array of Independent Disks`},RAM:{description:`Random Access Memory`},RDS:{description:`Relational Database Service`},REST:{description:`Representational State Transfer`},RHS:{description:`Right Hand Side`},ROI:{description:`Return on Investment`},RPC:{description:`Remote Procedure Call`},RPA:{description:`Robotic Process Automation`},RSC:{description:`React Server Components`},RSS:{description:`Really Simple Syndication`},RUM:{description:`Real User Monitoring`},S3:{description:`Simple Storage Service (S3)`},SAN:{description:`Storage Area Network`},SASE:{description:`Secure Access Service Edge`},SCOTUS:{description:`Supreme Court of the United States`},SDLC:{description:`Software Development Life Cycle`},SDK:{description:`Software Development Kit`},SEC:{description:`Securities and Exchange Commission`},SEO:{description:`Search Engine Optimization`},SFTP:{description:`SSH File Transfer Protocol / Secure File Transfer Protocol`},SIEM:{description:`Security Information and Event Management`},SLA:{description:`Service Level Agreement`},SMB:{description:`Server Message Block / Small and Medium Business`},SMTP:{description:`Simple Mail Transfer Protocol`},SOAP:{description:`Simple Object Access Protocol`},SOA:{description:`Service Oriented Architecture`},SOC:{description:`Security Operations Center / System on Chip`},SPA:{description:`Single Page Application`},SPDY:{description:`Speedy (pronounced "SPeeDY")`},SPF:{description:`Sender Policy Framework`},SQL:{description:`Structured Query Language`},SRV:{description:`Service`},SRE:{description:`Site Reliability Engineering`},SSH:{description:`Secure Shell`},SSDL:{description:`Secure Software Development Lifecycle`},SSG:{description:`Static Site Generation`},SSR:{description:`Server Side Rendering`},SSO:{description:`Single Sign-On`},SSL:{description:`Secure Sockets Layer`},TDD:{description:`Test Driven Development`},TLD:{description:`Top Level Domain`},TLS:{description:`Transport Layer Security`},"TLS1.3":{description:`Transport Layer Security 1.3`},TOR:{description:`The Onion Router`},TOTP:{description:`Time-based One-Time Password`},TRPC:{description:`TypeScript Remote Procedure Call`},TSA:{description:`Transportation Security Administration`},TTL:{description:`Time To Live`},UDP:{description:`User Datagram Protocol`},UI:{description:`User Interface`},UID:{description:`Unique Identifier`},URI:{description:`Uniform Resource Identifier`},URL:{description:`Uniform Resource Locator`},USOPC:{description:`United States Olympic & Paralympic Committee`},USPS:{description:`United States Postal Service`},USTA:{description:`United States Tennis Association`},UTF:{description:`Unicode Transformation Format`},UTC:{description:`Coordinated Universal Time`},UUID:{description:`Universally Unique Identifier`},UX:{description:`User Experience`},VM:{description:`Virtual Machine`},VLAN:{description:`Virtual Local Area Network`},VPN:{description:`Virtual Private Network`},VPPA:{description:`Video Privacy Protection Act`},VR:{description:`Virtual Reality`},WAF:{description:`Web Application Firewall`},WAN:{description:`Wide Area Network`},WNBA:{description:`Women's National Basketball Association`},WLAN:{description:`Wireless Local Area Network`},WPA:{description:`Wi-Fi Protected Access`},WPA2:{description:`Wi-Fi Protected Access II`},WPA3:{description:`Wi-Fi Protected Access III`},WWW:{description:`World Wide Web`},WYSIWYG:{description:`What You See Is What You Get`},XACML:{description:`eXtensible Access Control Markup Language`},XDG:{description:`Cross-Desktop Group`},XML:{description:`eXtensible Markup Language`},XSRF:{description:`Cross-Site Request Forgery`},XSS:{description:`Cross-Site Scripting`},XR:{description:`Extended Reality`},YAML:{description:`YAML Ain't Markup Language`},YMCA:{description:`Young Men's Christian Association`},YWCA:{description:`Young Women's Christian Association`},ZTA:{description:`Zero Trust Architecture`}},t=Object.fromEntries(Object.entries(e).map(([e,t])=>[e,t.display??e])),n=Object.fromEntries(Object.entries(e).map(([e,t])=>[e,t.description])),r=Object.keys(e);export{r as i,n,t as r,e as t};
|
|
2
|
-
//# sourceMappingURL=acronyms-CqHURYjd.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acronyms-CqHURYjd.mjs","names":["ACRONYMS: Record<\n string,\n { description: string; display?: string }\n>","ACRONYM_DISPLAY: Record<string, string>","ACRONYM_DESCRIPTION: Record<string, string>","ACRONYM_LIST: string[]"],"sources":["../src/acronyms.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n/**\n * A running list of common acronyms and their meanings.\n *\n * @remarks\n * This list is not exhaustive and may be updated over time.\n */\nexport const ACRONYMS: Record<\n string,\n { description: string; display?: string }\n> = {\n \"2D\": { description: \"Two-Dimensional\", display: \"2d\" },\n \"3D\": { description: \"Three-Dimensional\", display: \"3d\" },\n \"4D\": { description: \"Four-Dimensional\", display: \"4d\" },\n \"5G\": { description: \"Fifth Generation (mobile networks)\" },\n \"6G\": { description: \"Sixth Generation (mobile networks)\" },\n \"7G\": { description: \"Seventh Generation (mobile networks)\" },\n \"8G\": { description: \"Eighth Generation (mobile networks)\" },\n \"ACID\": { description: \"Atomicity, Consistency, Isolation, Durability\" },\n \"AITA\": { description: \"Am I The Asshole\" },\n \"AES\": { description: \"Advanced Encryption Standard\" },\n \"AI\": { description: \"Artificial Intelligence\" },\n \"AJAX\": { description: \"Asynchronous JavaScript and XML\" },\n \"API\": { description: \"Application Programming Interface\" },\n \"AR\": { description: \"Augmented Reality\" },\n \"ASCII\": {\n description: \"American Standard Code for Information Interchange\"\n },\n \"ATF\": { description: \"Bureau of Alcohol, Tobacco, Firearms and Explosives\" },\n \"ATM\": { description: \"Automated Teller Machine\" },\n \"B2B\": { description: \"Business to Business\" },\n \"B2C\": { description: \"Business to Consumer\" },\n \"BATFE\": {\n description: \"Bureau of Alcohol, Tobacco, Firearms and Explosives\"\n },\n \"BFF\": { description: \"Best Friends Forever\" },\n \"BFFS\": { description: \"Best Friends Forever (plural)\" },\n \"BI\": { description: \"Business Intelligence\" },\n \"BIOS\": { description: \"Basic Input/Output System\" },\n \"BGP\": { description: \"Border Gateway Protocol\" },\n \"BOM\": { description: \"Bill of Materials / Byte Order Mark\" },\n \"BSON\": { description: \"Binary JSON\" },\n \"BYOD\": { description: \"Bring Your Own Device\" },\n \"C2C\": { description: \"Consumer to Consumer\" },\n \"CAGR\": { description: \"Compound Annual Growth Rate\" },\n \"CAPTCHA\": {\n description:\n \"Completely Automated Public Turing test to tell Computers and Humans Apart\"\n },\n \"CCTV\": { description: \"Closed-Circuit Television\" },\n \"CD\": { description: \"Continuous Delivery / Compact Disc\" },\n \"CDN\": { description: \"Content Delivery Network\" },\n \"CDP\": { description: \"Customer Data Platform\" },\n \"CDT\": { description: \"Central Daylight Time\" },\n \"CIA\": { description: \"Central Intelligence Agency\" },\n \"CI\": { description: \"Continuous Integration\" },\n \"CI/CD\": { description: \"Continuous Integration/Continuous Delivery\" },\n \"CIAM\": { description: \"Customer Identity and Access Management\" },\n \"CICD\": {\n description: \"Continuous Integration Continuous Delivery\",\n display: \"CI/CD\"\n },\n \"CLI\": { description: \"Command Line Interface\" },\n \"CMDB\": { description: \"Configuration Management Database\" },\n \"CORS\": { description: \"Cross-Origin Resource Sharing\" },\n \"CPA\": { description: \"Certified Public Accountant\" },\n \"CPU\": { description: \"Central Processing Unit\" },\n \"CRUD\": { description: \"Create, Read, Update, Delete\" },\n \"CSR\": {\n description: \"Certificate Signing Request / Corporate Social Responsibility\"\n },\n \"CSS\": { description: \"Cascading Style Sheets\" },\n \"CST\": { description: \"Central Standard Time\" },\n \"CTA\": { description: \"Call To Action\" },\n \"CWD\": { description: \"Current Working Directory\" },\n \"CX\": { description: \"Customer Experience\" },\n \"DAG\": { description: \"Directed Acyclic Graph\" },\n \"DBMS\": { description: \"Database Management System\" },\n \"DDOS\": { description: \"Distributed Denial of Service\", display: \"DDoS\" },\n \"DEA\": { description: \"Drug Enforcement Administration\" },\n \"DEVENV\": { description: \"Devenv\", display: \"Devenv\" },\n \"DEVOPS\": { description: \"Development Operations\", display: \"DevOps\" },\n \"DHS\": { description: \"Department of Homeland Security\" },\n \"DIRENV\": { description: \"DirEnv\", display: \"DirEnv\" },\n \"DNC\": { description: \"Democratic National Committee / Do Not Call\" },\n \"DNS\": { description: \"Domain Name System\" },\n \"DNSSEC\": { description: \"Domain Name System Security Extensions\" },\n \"DOD\": { description: \"Department of Defense\", display: \"DoD\" },\n \"DOJ\": { description: \"Department of Justice\", display: \"DoJ\" },\n \"DOM\": { description: \"Document Object Model\" },\n \"DOT\": { description: \"Department of Transportation\", display: \"DoT\" },\n \"DOTENV\": { description: \"Dotenv (.env)\", display: \"Dotenv\" },\n \"DR\": { description: \"Disaster Recovery\" },\n \"DRM\": { description: \"Digital Rights Management\" },\n \"DSN\": { description: \"Data Source Name\" },\n \"DWH\": { description: \"Data Warehouse\" },\n \"E2E\": { description: \"End to End\" },\n \"EAI\": { description: \"Enterprise Application Integration\" },\n \"EDT\": { description: \"Eastern Daylight Time\" },\n \"EEA\": { description: \"European Economic Area\" },\n \"EKS\": { description: \"Elastic Kubernetes Service\" },\n \"EOF\": { description: \"End Of File\" },\n \"EOD\": { description: \"End Of Day / Explosive Ordnance Disposal\" },\n \"EPA\": { description: \"Environmental Protection Agency\" },\n \"ER\": { description: \"Emergency Room / Entity Relationship\" },\n \"EST\": { description: \"Eastern Standard Time\" },\n \"ETC\": { description: \"Et Cetera\" },\n \"ETL\": { description: \"Extract, Transform, Load\" },\n \"EULA\": { description: \"End User License Agreement\" },\n \"FAAS\": { description: \"Function as a Service\", display: \"FaaS\" },\n \"FAQ\": { description: \"Frequently Asked Questions\", display: \"FAQs\" },\n \"FAQS\": { description: \"Frequently Asked Questions\" },\n \"FBI\": { description: \"Federal Bureau of Investigation\" },\n \"FCC\": { description: \"Federal Communications Commission\" },\n \"FDA\": { description: \"Food and Drug Administration\" },\n \"FIDO\": { description: \"Fast IDentity Online\" },\n \"FLOTUS\": { description: \"First Lady of the United States\" },\n \"FQDN\": { description: \"Fully Qualified Domain Name\" },\n \"FTC\": { description: \"Federal Trade Commission\" },\n \"FTP\": { description: \"File Transfer Protocol\" },\n \"GC\": { description: \"Garbage Collection\" },\n \"GCP\": { description: \"Google Cloud Platform\" },\n \"GDPR\": { description: \"General Data Protection Regulation\" },\n \"GMT\": { description: \"Greenwich Mean Time\" },\n \"GOP\": { description: \"Grand Old Party\" },\n \"GPU\": { description: \"Graphics Processing Unit\" },\n \"GUID\": { description: \"Globally Unique Identifier\" },\n \"GUI\": { description: \"Graphical User Interface\" },\n \"GZIP\": { description: \"GNU Zip\" },\n \"HCI\": {\n description: \"Human Computer Interaction / Hyper-Converged Infrastructure\"\n },\n \"HDD\": { description: \"Hard Disk Drive\" },\n \"HDFS\": { description: \"Hadoop Distributed File System\" },\n \"HHS\": { description: \"Health and Human Services\" },\n \"HIPAA\": {\n description: \"Health Insurance Portability and Accountability Act\"\n },\n \"HMAC\": { description: \"Hash-based Message Authentication Code\" },\n \"HOTP\": { description: \"HMAC-based One-Time Password\" },\n \"HSM\": { description: \"Hardware Security Module\" },\n \"HTML\": { description: \"HyperText Markup Language\" },\n \"HTTP\": { description: \"HyperText Transfer Protocol (HTTP)\" },\n \"HTTP/2\": { description: \"HyperText Transfer Protocol Version 2 (HTTP/2)\" },\n \"HTTP/2.0\": {\n description: \"HyperText Transfer Protocol Version 2 (HTTP/2)\",\n display: \"HTTP2\"\n },\n \"HTTP/3\": { description: \"HyperText Transfer Protocol Version 3 (HTTP/3)\" },\n \"HTTP/3.0\": {\n description: \"HyperText Transfer Protocol Version 3 (HTTP/3)\",\n display: \"HTTP3\"\n },\n \"HTTP2\": {\n description: \"HyperText Transfer Protocol Version 2 (HTTP/2)\",\n display: \"HTTP2\"\n },\n \"HTTP2.0\": {\n description: \"HyperText Transfer Protocol Version 2 (HTTP/2)\",\n display: \"HTTP2\"\n },\n \"HTTP3\": {\n description: \"HyperText Transfer Protocol Version 3 (HTTP/3)\",\n display: \"HTTP3\"\n },\n \"HTTP3.0\": {\n description: \"HyperText Transfer Protocol Version 3 (HTTP/3)\",\n display: \"HTTP3\"\n },\n \"HTTPS\": { description: \"HyperText Transfer Protocol Secure (HTTPS)\" },\n \"HTTPS/2\": {\n description: \"HyperText Transfer Protocol Secure Version 2 (HTTPS/2)\"\n },\n \"HTTPS/2.0\": {\n description: \"HyperText Transfer Protocol Secure Version 2 (HTTPS/2)\",\n display: \"HTTPS2\"\n },\n \"HTTPS/3\": {\n description: \"HyperText Transfer Protocol Secure Version 3 (HTTPS/3)\"\n },\n \"HTTPS/3.0\": {\n description: \"HyperText Transfer Protocol Secure Version 3 (HTTPS/3)\",\n display: \"HTTPS3\"\n },\n \"HTTPS2\": {\n description: \"HyperText Transfer Protocol Secure Version 2 (HTTPS/2)\",\n display: \"HTTPS2\"\n },\n \"HTTPS2.0\": {\n description: \"HyperText Transfer Protocol Secure Version 2 (HTTPS/2)\",\n display: \"HTTPS2\"\n },\n \"HTTPS3\": {\n description: \"HyperText Transfer Protocol Secure Version 3 (HTTPS/3)\",\n display: \"HTTPS3\"\n },\n \"HTTPS3.0\": {\n description: \"HyperText Transfer Protocol Secure Version 3 (HTTPS/3)\",\n display: \"HTTPS3\"\n },\n \"IAAS\": { description: \"Infrastructure as a Service\", display: \"IaaS\" },\n \"IAM\": { description: \"Identity and Access Management\" },\n \"IAMM\": { description: \"Identity and Access Management and Monitoring\" },\n \"IAMT\": { description: \"Identity and Access Management Tool\" },\n \"ID\": { description: \"Identifier\", display: \"Id\" },\n \"IFTTT\": { description: \"If This Then That\" },\n \"IMAP\": { description: \"Internet Message Access Protocol\" },\n \"IO\": { description: \"Input/Output\" },\n \"IP\": { description: \"Internet Protocol\" },\n \"IPFS\": { description: \"InterPlanetary File System\" },\n \"IPS\": { description: \"Intrusion Prevention System\" },\n \"ISO\": { description: \"International Organization for Standardization\" },\n \"IQ\": { description: \"Intelligence Quotient\", display: \"IQ\" },\n \"IOT\": { description: \"Internet of Things\", display: \"IoT\" },\n \"JSON\": { description: \"JavaScript Object Notation\" },\n \"JSONP\": { description: \"JSON with Padding\" },\n \"JWT\": { description: \"JSON Web Token\" },\n \"K8S\": { description: \"Kubernetes\", display: \"K8s\" },\n \"KMS\": { description: \"Key Management Service\" },\n \"KPI\": { description: \"Key Performance Indicator\" },\n \"KV\": { description: \"Key Value\" },\n \"LAN\": { description: \"Local Area Network\" },\n \"LHS\": { description: \"Left Hand Side\" },\n \"LPGA\": { description: \"Ladies Professional Golf Association\" },\n \"LXC\": { description: \"Linux Containers\" },\n \"MDT\": { description: \"Mountain Daylight Time\" },\n \"MFA\": { description: \"Multi-Factor Authentication\" },\n \"ML\": { description: \"Machine Learning\" },\n \"MLB\": { description: \"Major League Baseball\" },\n \"MLOps\": { description: \"Machine Learning Operations\" },\n \"MPA\": { description: \"Multi-Page Application\" },\n \"MST\": { description: \"Mountain Standard Time\" },\n \"MVC\": { description: \"Model View Controller\" },\n \"MVP\": { description: \"Minimum Viable Product / Most Valuable Player\" },\n \"NAIA\": { description: \"National Association of Intercollegiate Athletics\" },\n \"NAS\": { description: \"Network Attached Storage\" },\n \"NASA\": { description: \"National Aeronautics and Space Administration\" },\n \"NASCAR\": { description: \"National Association for Stock Car Auto Racing\" },\n \"NAT\": { description: \"Network Address Translation\" },\n \"NBA\": { description: \"National Basketball Association\" },\n \"NCAA\": { description: \"National Collegiate Athletic Association\" },\n \"NDA\": { description: \"Non-Disclosure Agreement\" },\n \"NFS\": { description: \"Network File System\" },\n \"NHL\": { description: \"National Hockey League\" },\n \"NIST\": { description: \"National Institute of Standards and Technology\" },\n \"NLP\": { description: \"Natural Language Processing\" },\n \"NPS\": { description: \"Net Promoter Score\" },\n \"NRA\": { description: \"National Rifle Association\" },\n \"NSFW\": { description: \"Not Safe For Work\" },\n \"NX\": { description: \"Nx\", display: \"Nx\" },\n \"OCR\": { description: \"Optical Character Recognition\" },\n \"OEM\": { description: \"Original Equipment Manufacturer\" },\n \"OKR\": { description: \"Objectives and Key Results\" },\n \"OLAP\": { description: \"Online Analytical Processing\" },\n \"OLTP\": { description: \"Online Transaction Processing\" },\n \"OOP\": { description: \"Object Oriented Programming\" },\n \"ORM\": { description: \"Object Relational Mapping\" },\n \"OS\": { description: \"Operating System\" },\n \"OSINT\": { description: \"Open Source Intelligence\" },\n \"OSS\": { description: \"Open Source Software\" },\n \"OTP\": { description: \"One-Time Password\" },\n \"P2P\": { description: \"Peer to Peer\" },\n \"PAAS\": { description: \"Platform as a Service\", display: \"PaaS\" },\n \"PCI\": { description: \"Payment Card Industry\" },\n \"PDP\": { description: \"Policy Decision Point / Product Detail Page\" },\n \"PDT\": { description: \"Pacific Daylight Time\" },\n \"PGA\": { description: \"Professional Golfers' Association\" },\n \"POTUS\": { description: \"President of the United States\" },\n \"PP\": { description: \"Pages / PayPal / Percentage Points\" },\n \"PST\": { description: \"Pacific Standard Time\" },\n \"PTO\": { description: \"Paid Time Off / Power Take-Off\" },\n \"PKI\": { description: \"Public Key Infrastructure\" },\n \"PWA\": { description: \"Progressive Web App\" },\n \"PX\": { description: \"Pixel\" },\n \"QA\": { description: \"Quality Assurance\" },\n \"R2\": { description: \"R2\" },\n \"RAID\": { description: \"Redundant Array of Independent Disks\" },\n \"RAM\": { description: \"Random Access Memory\" },\n \"RDS\": { description: \"Relational Database Service\" },\n \"REST\": { description: \"Representational State Transfer\" },\n \"RHS\": { description: \"Right Hand Side\" },\n \"ROI\": { description: \"Return on Investment\" },\n \"RPC\": { description: \"Remote Procedure Call\" },\n \"RPA\": { description: \"Robotic Process Automation\" },\n \"RSC\": { description: \"React Server Components\" },\n \"RSS\": { description: \"Really Simple Syndication\" },\n \"RUM\": { description: \"Real User Monitoring\" },\n \"S3\": { description: \"Simple Storage Service (S3)\" },\n \"SAN\": { description: \"Storage Area Network\" },\n \"SASE\": { description: \"Secure Access Service Edge\" },\n \"SCOTUS\": { description: \"Supreme Court of the United States\" },\n \"SDLC\": { description: \"Software Development Life Cycle\" },\n \"SDK\": { description: \"Software Development Kit\" },\n \"SEC\": { description: \"Securities and Exchange Commission\" },\n \"SEO\": { description: \"Search Engine Optimization\" },\n \"SFTP\": {\n description: \"SSH File Transfer Protocol / Secure File Transfer Protocol\"\n },\n \"SIEM\": { description: \"Security Information and Event Management\" },\n \"SLA\": { description: \"Service Level Agreement\" },\n \"SMB\": { description: \"Server Message Block / Small and Medium Business\" },\n \"SMTP\": { description: \"Simple Mail Transfer Protocol\" },\n \"SOAP\": { description: \"Simple Object Access Protocol\" },\n \"SOA\": { description: \"Service Oriented Architecture\" },\n \"SOC\": { description: \"Security Operations Center / System on Chip\" },\n \"SPA\": { description: \"Single Page Application\" },\n \"SPDY\": { description: 'Speedy (pronounced \"SPeeDY\")' },\n \"SPF\": { description: \"Sender Policy Framework\" },\n \"SQL\": { description: \"Structured Query Language\" },\n \"SRV\": { description: \"Service\" },\n \"SRE\": { description: \"Site Reliability Engineering\" },\n \"SSH\": { description: \"Secure Shell\" },\n \"SSDL\": { description: \"Secure Software Development Lifecycle\" },\n \"SSG\": { description: \"Static Site Generation\" },\n \"SSR\": { description: \"Server Side Rendering\" },\n \"SSO\": { description: \"Single Sign-On\" },\n \"SSL\": { description: \"Secure Sockets Layer\" },\n \"TDD\": { description: \"Test Driven Development\" },\n \"TLD\": { description: \"Top Level Domain\" },\n \"TLS\": { description: \"Transport Layer Security\" },\n \"TLS1.3\": { description: \"Transport Layer Security 1.3\" },\n \"TOR\": { description: \"The Onion Router\" },\n \"TOTP\": { description: \"Time-based One-Time Password\" },\n \"TRPC\": { description: \"TypeScript Remote Procedure Call\" },\n \"TSA\": { description: \"Transportation Security Administration\" },\n \"TTL\": { description: \"Time To Live\" },\n \"UDP\": { description: \"User Datagram Protocol\" },\n \"UI\": { description: \"User Interface\" },\n \"UID\": { description: \"Unique Identifier\" },\n \"URI\": { description: \"Uniform Resource Identifier\" },\n \"URL\": { description: \"Uniform Resource Locator\" },\n \"USOPC\": { description: \"United States Olympic & Paralympic Committee\" },\n \"USPS\": { description: \"United States Postal Service\" },\n \"USTA\": { description: \"United States Tennis Association\" },\n \"UTF\": { description: \"Unicode Transformation Format\" },\n \"UTC\": { description: \"Coordinated Universal Time\" },\n \"UUID\": { description: \"Universally Unique Identifier\" },\n \"UX\": { description: \"User Experience\" },\n \"VM\": { description: \"Virtual Machine\" },\n \"VLAN\": { description: \"Virtual Local Area Network\" },\n \"VPN\": { description: \"Virtual Private Network\" },\n \"VPPA\": { description: \"Video Privacy Protection Act\" },\n \"VR\": { description: \"Virtual Reality\" },\n \"WAF\": { description: \"Web Application Firewall\" },\n \"WAN\": { description: \"Wide Area Network\" },\n \"WNBA\": { description: \"Women's National Basketball Association\" },\n \"WLAN\": { description: \"Wireless Local Area Network\" },\n \"WPA\": { description: \"Wi-Fi Protected Access\" },\n \"WPA2\": { description: \"Wi-Fi Protected Access II\" },\n \"WPA3\": { description: \"Wi-Fi Protected Access III\" },\n \"WWW\": { description: \"World Wide Web\" },\n \"WYSIWYG\": { description: \"What You See Is What You Get\" },\n \"XACML\": { description: \"eXtensible Access Control Markup Language\" },\n \"XDG\": { description: \"Cross-Desktop Group\" },\n \"XML\": { description: \"eXtensible Markup Language\" },\n \"XSRF\": { description: \"Cross-Site Request Forgery\" },\n \"XSS\": { description: \"Cross-Site Scripting\" },\n \"XR\": { description: \"Extended Reality\" },\n \"YAML\": { description: \"YAML Ain't Markup Language\" },\n \"YMCA\": { description: \"Young Men's Christian Association\" },\n \"YWCA\": { description: \"Young Women's Christian Association\" },\n \"ZTA\": { description: \"Zero Trust Architecture\" }\n} as const;\n\nexport const ACRONYM_DISPLAY: Record<string, string> = Object.fromEntries(\n Object.entries(ACRONYMS).map(([key, value]) => [key, value.display ?? key])\n);\n\nexport const ACRONYM_DESCRIPTION: Record<string, string> = Object.fromEntries(\n Object.entries(ACRONYMS).map(([key, value]) => [key, value.description])\n);\n\nexport const ACRONYM_LIST: string[] = Object.keys(ACRONYMS);\n"],"mappings":"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"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
//#region src/acronyms.d.ts
|
|
2
|
-
/**
|
|
3
|
-
* A running list of common acronyms and their meanings.
|
|
4
|
-
*
|
|
5
|
-
* @remarks
|
|
6
|
-
* This list is not exhaustive and may be updated over time.
|
|
7
|
-
*/
|
|
8
|
-
declare const ACRONYMS: Record<string, {
|
|
9
|
-
description: string;
|
|
10
|
-
display?: string;
|
|
11
|
-
}>;
|
|
12
|
-
declare const ACRONYM_DISPLAY: Record<string, string>;
|
|
13
|
-
declare const ACRONYM_DESCRIPTION: Record<string, string>;
|
|
14
|
-
declare const ACRONYM_LIST: string[];
|
|
15
|
-
//#endregion
|
|
16
|
-
export { ACRONYM_LIST as i, ACRONYM_DESCRIPTION as n, ACRONYM_DISPLAY as r, ACRONYMS as t };
|
|
17
|
-
//# sourceMappingURL=acronyms-D4QIJv0a.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acronyms-D4QIJv0a.d.cts","names":[],"sources":["../src/acronyms.ts"],"sourcesContent":[],"mappings":";;AAwBA;AAqWA;AAIA;AAIA;;cA7Wa,UAAU;;;;cAqWV,iBAAiB;cAIjB,qBAAqB;cAIrB"}
|