@8ms/helpers 1.38.0 → 2.0.0

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.
Files changed (516) hide show
  1. package/.github/workflows/deploy_npmjs.yml +22 -14
  2. package/.yarn/install-state.gz +0 -0
  3. package/.yarn/releases/yarn-4.9.2.cjs +942 -0
  4. package/.yarnrc.yml +2 -0
  5. package/README.md +12 -0
  6. package/package.json +175 -46
  7. package/api/ApiResponse.d.ts +0 -50
  8. package/api/ApiResponse.js +0 -94
  9. package/api/index.d.ts +0 -9
  10. package/api/index.js +0 -13
  11. package/api/isError.d.ts +0 -6
  12. package/api/isError.js +0 -7
  13. package/api/isSuccess.d.ts +0 -6
  14. package/api/isSuccess.js +0 -7
  15. package/api/response.d.ts +0 -8
  16. package/api/response.js +0 -9
  17. package/array/contains.d.ts +0 -9
  18. package/array/contains.js +0 -7
  19. package/array/getArray.d.ts +0 -8
  20. package/array/getArray.js +0 -11
  21. package/atInternet/request.d.ts +0 -30
  22. package/atInternet/request.js +0 -2
  23. package/aws/athenaExpress/initClient.d.ts +0 -12
  24. package/aws/athenaExpress/initClient.js +0 -31
  25. package/aws/athenaExpress/query.d.ts +0 -8
  26. package/aws/athenaExpress/query.js +0 -16
  27. package/aws/ec2/initClient.d.ts +0 -11
  28. package/aws/ec2/initClient.js +0 -23
  29. package/aws/ec2/startInstances.d.ts +0 -11
  30. package/aws/ec2/startInstances.js +0 -18
  31. package/aws/ec2/stopInstances.d.ts +0 -12
  32. package/aws/ec2/stopInstances.js +0 -19
  33. package/aws/ecs/getClusters.d.ts +0 -9
  34. package/aws/ecs/getClusters.js +0 -32
  35. package/aws/ecs/getTaskDefinitions.d.ts +0 -13
  36. package/aws/ecs/getTaskDefinitions.js +0 -35
  37. package/aws/ecs/getTasks.d.ts +0 -16
  38. package/aws/ecs/getTasks.js +0 -38
  39. package/aws/ecs/initClient.d.ts +0 -11
  40. package/aws/ecs/initClient.js +0 -23
  41. package/aws/ecs/runTask.d.ts +0 -16
  42. package/aws/ecs/runTask.js +0 -30
  43. package/aws/getConfig.d.ts +0 -13
  44. package/aws/getConfig.js +0 -27
  45. package/aws/glue/initClient.d.ts +0 -10
  46. package/aws/glue/initClient.js +0 -21
  47. package/aws/glue/invoke.d.ts +0 -9
  48. package/aws/glue/invoke.js +0 -23
  49. package/aws/isResponse200.d.ts +0 -7
  50. package/aws/isResponse200.js +0 -22
  51. package/aws/lambda/getHandlerPath.d.ts +0 -5
  52. package/aws/lambda/getHandlerPath.js +0 -7
  53. package/aws/lambda/initClient.d.ts +0 -10
  54. package/aws/lambda/initClient.js +0 -21
  55. package/aws/lambda/invoke.d.ts +0 -13
  56. package/aws/lambda/invoke.js +0 -61
  57. package/aws/s3/copyFile.d.ts +0 -13
  58. package/aws/s3/copyFile.js +0 -14
  59. package/aws/s3/deleteFile.d.ts +0 -9
  60. package/aws/s3/deleteFile.js +0 -13
  61. package/aws/s3/deleteFiles.d.ts +0 -9
  62. package/aws/s3/deleteFiles.js +0 -17
  63. package/aws/s3/deleteFolder.d.ts +0 -9
  64. package/aws/s3/deleteFolder.js +0 -36
  65. package/aws/s3/getGlueJson.d.ts +0 -8
  66. package/aws/s3/getGlueJson.js +0 -11
  67. package/aws/s3/getPresignedPost.d.ts +0 -20
  68. package/aws/s3/getPresignedPost.js +0 -19
  69. package/aws/s3/getSignedUrl.d.ts +0 -12
  70. package/aws/s3/getSignedUrl.js +0 -17
  71. package/aws/s3/initClient.d.ts +0 -10
  72. package/aws/s3/initClient.js +0 -19
  73. package/aws/s3/isFileExists.d.ts +0 -9
  74. package/aws/s3/isFileExists.js +0 -27
  75. package/aws/s3/listFiles.d.ts +0 -9
  76. package/aws/s3/listFiles.js +0 -33
  77. package/aws/s3/listFilesIteratively.d.ts +0 -9
  78. package/aws/s3/listFilesIteratively.js +0 -44
  79. package/aws/s3/listFolders.d.ts +0 -9
  80. package/aws/s3/listFolders.js +0 -32
  81. package/aws/s3/moveFile.d.ts +0 -10
  82. package/aws/s3/moveFile.js +0 -21
  83. package/aws/s3/readBrotli.d.ts +0 -11
  84. package/aws/s3/readBrotli.js +0 -28
  85. package/aws/s3/readBuffer.d.ts +0 -13
  86. package/aws/s3/readBuffer.js +0 -39
  87. package/aws/s3/readFile.d.ts +0 -31
  88. package/aws/s3/readFile.js +0 -83
  89. package/aws/s3/readGzip.d.ts +0 -11
  90. package/aws/s3/readGzip.js +0 -28
  91. package/aws/s3/writeBrotli.d.ts +0 -12
  92. package/aws/s3/writeBrotli.js +0 -28
  93. package/aws/s3/writeFile.d.ts +0 -11
  94. package/aws/s3/writeFile.js +0 -16
  95. package/aws/s3/writeGzip.d.ts +0 -12
  96. package/aws/s3/writeGzip.js +0 -28
  97. package/aws/s3/writePresignedPost.d.ts +0 -14
  98. package/aws/s3/writePresignedPost.js +0 -31
  99. package/aws/s3/writeUrlContents.d.ts +0 -10
  100. package/aws/s3/writeUrlContents.js +0 -26
  101. package/aws/s3cache/getCache.d.ts +0 -11
  102. package/aws/s3cache/getCache.js +0 -37
  103. package/aws/s3cache/getKey.d.ts +0 -10
  104. package/aws/s3cache/getKey.js +0 -18
  105. package/aws/s3cache/index.d.ts +0 -6
  106. package/aws/s3cache/index.js +0 -2
  107. package/aws/s3cache/saveCache.d.ts +0 -10
  108. package/aws/s3cache/saveCache.js +0 -17
  109. package/aws/s3cache/updateCache.d.ts +0 -10
  110. package/aws/s3cache/updateCache.js +0 -24
  111. package/aws/ses/SimpleEmail.d.ts +0 -51
  112. package/aws/ses/SimpleEmail.js +0 -114
  113. package/aws/ses/initClient.d.ts +0 -10
  114. package/aws/ses/initClient.js +0 -19
  115. package/aws/sqs/addToQueue.d.ts +0 -27
  116. package/aws/sqs/addToQueue.js +0 -26
  117. package/aws/sqs/deleteFromQueue.d.ts +0 -10
  118. package/aws/sqs/deleteFromQueue.js +0 -15
  119. package/aws/sqs/initClient.d.ts +0 -10
  120. package/aws/sqs/initClient.js +0 -19
  121. package/aws/sqs/isEventSqs.d.ts +0 -1
  122. package/aws/sqs/isEventSqs.js +0 -13
  123. package/aws/ssm/getParameter.d.ts +0 -10
  124. package/aws/ssm/getParameter.js +0 -40
  125. package/aws/ssm/initClient.d.ts +0 -10
  126. package/aws/ssm/initClient.js +0 -19
  127. package/axios/delete.d.ts +0 -11
  128. package/axios/delete.js +0 -39
  129. package/axios/get.d.ts +0 -10
  130. package/axios/get.js +0 -38
  131. package/axios/post.d.ts +0 -11
  132. package/axios/post.js +0 -38
  133. package/boolean/getBoolean.d.ts +0 -7
  134. package/boolean/getBoolean.js +0 -16
  135. package/brightData/getCustomerId.d.ts +0 -10
  136. package/brightData/getCustomerId.js +0 -11
  137. package/brightData/getZone.d.ts +0 -9
  138. package/brightData/getZone.js +0 -10
  139. package/brightData/param.d.ts +0 -9
  140. package/brightData/param.js +0 -3
  141. package/brightData/serpApi/buildGoogleSerpUrl.d.ts +0 -32
  142. package/brightData/serpApi/buildGoogleSerpUrl.js +0 -115
  143. package/brightData/serpApi/buildGoogleTrendsUrl.d.ts +0 -22
  144. package/brightData/serpApi/buildGoogleTrendsUrl.js +0 -60
  145. package/brightData/serpApi/getAsyncRequestId.d.ts +0 -14
  146. package/brightData/serpApi/getAsyncRequestId.js +0 -50
  147. package/brightData/serpApi/getAsyncResults.d.ts +0 -12
  148. package/brightData/serpApi/getAsyncResults.js +0 -49
  149. package/brightData/serpApi/getRealtime.d.ts +0 -10
  150. package/brightData/serpApi/getRealtime.js +0 -35
  151. package/brightData/serpApi/type.d.ts +0 -11
  152. package/brightData/serpApi/type.js +0 -14
  153. package/brightData/webScraperIde/getBatch.d.ts +0 -14
  154. package/brightData/webScraperIde/getBatch.js +0 -34
  155. package/brightData/webScraperIde/getRealtime.d.ts +0 -13
  156. package/brightData/webScraperIde/getRealtime.js +0 -64
  157. package/class/BaseClass.d.ts +0 -31
  158. package/class/BaseClass.js +0 -50
  159. package/crud/index.d.ts +0 -6
  160. package/crud/index.js +0 -10
  161. package/crypto/getDecrypt.d.ts +0 -10
  162. package/crypto/getDecrypt.js +0 -13
  163. package/crypto/getEncrypt.d.ts +0 -10
  164. package/crypto/getEncrypt.js +0 -13
  165. package/crypto/getRandom.d.ts +0 -8
  166. package/crypto/getRandom.js +0 -12
  167. package/crypto/getSha256.d.ts +0 -8
  168. package/crypto/getSha256.js +0 -17
  169. package/date/format.d.ts +0 -10
  170. package/date/format.js +0 -21
  171. package/date/getDate.d.ts +0 -14
  172. package/date/getDate.js +0 -138
  173. package/date/getDatesBetween.d.ts +0 -13
  174. package/date/getDatesBetween.js +0 -54
  175. package/date/getDurationHours.d.ts +0 -9
  176. package/date/getDurationHours.js +0 -24
  177. package/date/getDurationMinutes.d.ts +0 -9
  178. package/date/getDurationMinutes.js +0 -22
  179. package/date/getFinancialYear.d.ts +0 -9
  180. package/date/getFinancialYear.js +0 -52
  181. package/date/getFinancialYearToDate.d.ts +0 -7
  182. package/date/getFinancialYearToDate.js +0 -20
  183. package/date/getFinancialYearToYesterday.d.ts +0 -7
  184. package/date/getFinancialYearToYesterday.js +0 -20
  185. package/date/getFinancialYearWeeks.d.ts +0 -9
  186. package/date/getFinancialYearWeeks.js +0 -33
  187. package/date/getLastWeek.d.ts +0 -10
  188. package/date/getLastWeek.js +0 -34
  189. package/date/getMax.d.ts +0 -13
  190. package/date/getMax.js +0 -24
  191. package/date/getMidnight.d.ts +0 -10
  192. package/date/getMidnight.js +0 -13
  193. package/date/getMin.d.ts +0 -13
  194. package/date/getMin.js +0 -24
  195. package/date/getMonday.d.ts +0 -15
  196. package/date/getMonday.js +0 -46
  197. package/date/getNumber.d.ts +0 -7
  198. package/date/getNumber.js +0 -20
  199. package/date/getPredefinedTimeframe.d.ts +0 -8
  200. package/date/getPredefinedTimeframe.js +0 -24
  201. package/date/getSunday.d.ts +0 -15
  202. package/date/getSunday.js +0 -42
  203. package/date/getThisWeek.d.ts +0 -10
  204. package/date/getThisWeek.js +0 -36
  205. package/date/getTimeZoned.d.ts +0 -13
  206. package/date/getTimeZoned.js +0 -55
  207. package/date/getToday.d.ts +0 -9
  208. package/date/getToday.js +0 -24
  209. package/date/getTodayYmd.d.ts +0 -5
  210. package/date/getTodayYmd.js +0 -21
  211. package/date/getTodayYmdhis.d.ts +0 -5
  212. package/date/getTodayYmdhis.js +0 -21
  213. package/date/getTwoWeeksAgo.d.ts +0 -10
  214. package/date/getTwoWeeksAgo.js +0 -36
  215. package/date/getWeeksAgo.d.ts +0 -13
  216. package/date/getWeeksAgo.js +0 -25
  217. package/date/getYesterday.d.ts +0 -9
  218. package/date/getYesterday.js +0 -52
  219. package/date/index.d.ts +0 -55
  220. package/date/index.js +0 -36
  221. package/date/isDateValid.d.ts +0 -7
  222. package/date/isDateValid.js +0 -20
  223. package/date/isLastWeek.d.ts +0 -6
  224. package/date/isLastWeek.js +0 -14
  225. package/date/isThisWeek.d.ts +0 -6
  226. package/date/isThisWeek.js +0 -14
  227. package/date/parseExcelDate.d.ts +0 -8
  228. package/date/parseExcelDate.js +0 -19
  229. package/environment/getEnvironment.d.ts +0 -6
  230. package/environment/getEnvironment.js +0 -43
  231. package/environment/index.d.ts +0 -9
  232. package/environment/index.js +0 -14
  233. package/environment/isAws.d.ts +0 -5
  234. package/environment/isAws.js +0 -8
  235. package/environment/isDevelopment.d.ts +0 -2
  236. package/environment/isDevelopment.js +0 -9
  237. package/environment/isLocalhost.d.ts +0 -5
  238. package/environment/isLocalhost.js +0 -25
  239. package/environment/isProduction.d.ts +0 -2
  240. package/environment/isProduction.js +0 -9
  241. package/environment/isStaging.d.ts +0 -2
  242. package/environment/isStaging.js +0 -9
  243. package/environment/isVercel.d.ts +0 -5
  244. package/environment/isVercel.js +0 -7
  245. package/eskimi/ageGroups.d.ts +0 -5
  246. package/eskimi/ageGroups.js +0 -41
  247. package/eskimi/campaign.d.ts +0 -19
  248. package/eskimi/campaign.js +0 -2
  249. package/eskimi/devices.d.ts +0 -5
  250. package/eskimi/devices.js +0 -13
  251. package/eskimi/endpoints.d.ts +0 -16
  252. package/eskimi/endpoints.js +0 -18
  253. package/eskimi/genders.d.ts +0 -5
  254. package/eskimi/genders.js +0 -13
  255. package/eskimi/getAccessToken.d.ts +0 -9
  256. package/eskimi/getAccessToken.js +0 -23
  257. package/eskimi/getAgeGroup.d.ts +0 -7
  258. package/eskimi/getAgeGroup.js +0 -17
  259. package/eskimi/getCampaignIds.d.ts +0 -7
  260. package/eskimi/getCampaignIds.js +0 -12
  261. package/eskimi/getData.d.ts +0 -8
  262. package/eskimi/getData.js +0 -23
  263. package/eskimi/getDevice.d.ts +0 -7
  264. package/eskimi/getDevice.js +0 -17
  265. package/eskimi/getGender.d.ts +0 -7
  266. package/eskimi/getGender.js +0 -17
  267. package/file/createDirectory.d.ts +0 -9
  268. package/file/createDirectory.js +0 -16
  269. package/file/writeFile.d.ts +0 -1
  270. package/file/writeFile.js +0 -2
  271. package/global/forceUpdate.d.ts +0 -8
  272. package/global/forceUpdate.js +0 -25
  273. package/global/init.d.ts +0 -10
  274. package/global/init.js +0 -18
  275. package/global/isSet.d.ts +0 -8
  276. package/global/isSet.js +0 -9
  277. package/global/maxCache.d.ts +0 -8
  278. package/global/maxCache.js +0 -17
  279. package/global/read.d.ts +0 -8
  280. package/global/read.js +0 -30
  281. package/google/bigQuery/IsTableExists.d.ts +0 -11
  282. package/google/bigQuery/IsTableExists.js +0 -25
  283. package/google/bigQuery/createDataset.d.ts +0 -11
  284. package/google/bigQuery/createDataset.js +0 -22
  285. package/google/bigQuery/createTable.d.ts +0 -12
  286. package/google/bigQuery/createTable.js +0 -31
  287. package/google/bigQuery/getClient.d.ts +0 -9
  288. package/google/bigQuery/getClient.js +0 -18
  289. package/google/bigQuery/getDatasets.d.ts +0 -13
  290. package/google/bigQuery/getDatasets.js +0 -27
  291. package/google/bigQuery/getTables.d.ts +0 -12
  292. package/google/bigQuery/getTables.js +0 -25
  293. package/google/bigQuery/initClient.d.ts +0 -11
  294. package/google/bigQuery/initClient.js +0 -29
  295. package/google/bigQuery/isDatasetExists.d.ts +0 -11
  296. package/google/bigQuery/isDatasetExists.js +0 -25
  297. package/google/bigQuery/loadData.d.ts +0 -18
  298. package/google/bigQuery/loadData.js +0 -32
  299. package/google/bigQuery/query.d.ts +0 -19
  300. package/google/bigQuery/query.js +0 -15
  301. package/google/getConfig.d.ts +0 -20
  302. package/google/getConfig.js +0 -23
  303. package/google/sheets/getAssociatedData.d.ts +0 -16
  304. package/google/sheets/getAssociatedData.js +0 -53
  305. package/google/sheets/getBatchData.d.ts +0 -18
  306. package/google/sheets/getBatchData.js +0 -19
  307. package/google/sheets/initClient.d.ts +0 -11
  308. package/google/sheets/initClient.js +0 -25
  309. package/google/sheets/isCellNa.d.ts +0 -7
  310. package/google/sheets/isCellNa.js +0 -7
  311. package/google/storage/copyToCloud.d.ts +0 -11
  312. package/google/storage/copyToCloud.js +0 -18
  313. package/google/storage/getClient.d.ts +0 -8
  314. package/google/storage/getClient.js +0 -18
  315. package/google/storage/initClient.d.ts +0 -12
  316. package/google/storage/initClient.js +0 -29
  317. package/google/storage/isFileExists.d.ts +0 -10
  318. package/google/storage/isFileExists.js +0 -19
  319. package/google/storage/writeFile.d.ts +0 -11
  320. package/google/storage/writeFile.js +0 -37
  321. package/googleAds/getCustomer.d.ts +0 -8
  322. package/googleAds/getCustomer.js +0 -14
  323. package/googleAds/initClient.d.ts +0 -16
  324. package/googleAds/initClient.js +0 -25
  325. package/googleAds/keywordPlanner/index.d.ts +0 -238
  326. package/googleAds/keywordPlanner/index.js +0 -244
  327. package/googleAds/keywordPlanner/request.d.ts +0 -18
  328. package/googleAds/keywordPlanner/request.js +0 -13
  329. package/googleAds/keywordPlanner/response.d.ts +0 -25
  330. package/googleAds/keywordPlanner/response.js +0 -2
  331. package/initClients.d.ts +0 -43
  332. package/initClients.js +0 -131
  333. package/json/getJsonNewline.d.ts +0 -5
  334. package/json/getJsonNewline.js +0 -17
  335. package/json/isJson.d.ts +0 -8
  336. package/json/isJson.js +0 -20
  337. package/littleWarden/getUrlStatus.d.ts +0 -9
  338. package/littleWarden/getUrlStatus.js +0 -21
  339. package/littleWarden/index.d.ts +0 -5
  340. package/littleWarden/index.js +0 -9
  341. package/littleWarden/isAllGood.d.ts +0 -7
  342. package/littleWarden/isAllGood.js +0 -15
  343. package/littleWarden/isDanger.d.ts +0 -7
  344. package/littleWarden/isDanger.js +0 -15
  345. package/littleWarden/isWarning.d.ts +0 -7
  346. package/littleWarden/isWarning.js +0 -15
  347. package/lumar/api/buildRequest.d.ts +0 -15
  348. package/lumar/api/buildRequest.js +0 -83
  349. package/lumar/api/filter.d.ts +0 -5
  350. package/lumar/api/filter.js +0 -2
  351. package/lumar/api/getData.d.ts +0 -6
  352. package/lumar/api/getData.js +0 -18
  353. package/lumar/api/initClient.d.ts +0 -13
  354. package/lumar/api/initClient.js +0 -38
  355. package/lumar/api/operands.d.ts +0 -11
  356. package/lumar/api/operands.js +0 -13
  357. package/lumar/api/orders.d.ts +0 -9
  358. package/lumar/api/orders.js +0 -7
  359. package/lumar/api/reports.d.ts +0 -11
  360. package/lumar/api/reports.js +0 -13
  361. package/lumar/graphql/columns.d.ts +0 -29
  362. package/lumar/graphql/columns.js +0 -31
  363. package/lumar/graphql/getData.d.ts +0 -9
  364. package/lumar/graphql/getData.js +0 -26
  365. package/lumar/graphql/getReportKey.d.ts +0 -9
  366. package/lumar/graphql/getReportKey.js +0 -9
  367. package/lumar/graphql/initClient.d.ts +0 -12
  368. package/lumar/graphql/initClient.js +0 -38
  369. package/lumar/graphql/operands.d.ts +0 -16
  370. package/lumar/graphql/operands.js +0 -18
  371. package/lumar/graphql/queries/crawl.d.ts +0 -5
  372. package/lumar/graphql/queries/crawl.js +0 -2
  373. package/lumar/graphql/queries/getCrawls.d.ts +0 -18
  374. package/lumar/graphql/queries/getCrawls.js +0 -33
  375. package/lumar/graphql/queries/getReportDifferences.d.ts +0 -24
  376. package/lumar/graphql/queries/getReportDifferences.js +0 -40
  377. package/lumar/graphql/queries/getRows.d.ts +0 -38
  378. package/lumar/graphql/queries/getRows.js +0 -57
  379. package/lumar/graphql/queries/getTotals.d.ts +0 -25
  380. package/lumar/graphql/queries/getTotals.js +0 -40
  381. package/lumar/graphql/queries/row.d.ts +0 -157
  382. package/lumar/graphql/queries/row.js +0 -2
  383. package/lumar/graphql/reportTemplates.d.ts +0 -68
  384. package/lumar/graphql/reportTemplates.js +0 -70
  385. package/lumar/graphql/reportTypes.d.ts +0 -7
  386. package/lumar/graphql/reportTypes.js +0 -9
  387. package/myTarget/getAccessToken.d.ts +0 -9
  388. package/myTarget/getAccessToken.js +0 -23
  389. package/myTarget/request.d.ts +0 -9
  390. package/myTarget/request.js +0 -23
  391. package/nextAuth/index.d.ts +0 -5
  392. package/nextAuth/index.js +0 -9
  393. package/nextAuth/isSessionReady.d.ts +0 -4
  394. package/nextAuth/isSessionReady.js +0 -12
  395. package/nextJs/getIp.d.ts +0 -7
  396. package/nextJs/getIp.js +0 -13
  397. package/nextJs/getUserAgent.d.ts +0 -7
  398. package/nextJs/getUserAgent.js +0 -7
  399. package/number/format.d.ts +0 -11
  400. package/number/format.js +0 -23
  401. package/number/getCurrency.d.ts +0 -10
  402. package/number/getCurrency.js +0 -20
  403. package/number/getDecimal.d.ts +0 -9
  404. package/number/getDecimal.js +0 -16
  405. package/number/getDivide.d.ts +0 -11
  406. package/number/getDivide.js +0 -26
  407. package/number/getNumber.d.ts +0 -8
  408. package/number/getNumber.js +0 -51
  409. package/number/getPercentIncrease.d.ts +0 -10
  410. package/number/getPercentIncrease.js +0 -22
  411. package/object/replaceKeys.d.ts +0 -10
  412. package/object/replaceKeys.js +0 -30
  413. package/prisma/getDecimal.d.ts +0 -9
  414. package/prisma/getDecimal.js +0 -18
  415. package/prisma/initClient.d.ts +0 -6
  416. package/prisma/initClient.js +0 -36
  417. package/snapchat/getAccessToken.d.ts +0 -9
  418. package/snapchat/getAccessToken.js +0 -35
  419. package/sorting/byNumberAscending.d.ts +0 -8
  420. package/sorting/byNumberAscending.js +0 -17
  421. package/sorting/byNumberDescending.d.ts +0 -8
  422. package/sorting/byNumberDescending.js +0 -17
  423. package/sorting/byStringAscending.d.ts +0 -8
  424. package/sorting/byStringAscending.js +0 -21
  425. package/sorting/byStringDescending.d.ts +0 -8
  426. package/sorting/byStringDescending.js +0 -21
  427. package/stream/sort.d.ts +0 -14
  428. package/stream/sort.js +0 -50
  429. package/string/getCapitalised.d.ts +0 -10
  430. package/string/getCapitalised.js +0 -17
  431. package/string/getClean.d.ts +0 -18
  432. package/string/getClean.js +0 -65
  433. package/string/getDecoded.d.ts +0 -10
  434. package/string/getDecoded.js +0 -26
  435. package/string/getFolder.d.ts +0 -8
  436. package/string/getFolder.js +0 -14
  437. package/string/getProperCase.d.ts +0 -11
  438. package/string/getProperCase.js +0 -27
  439. package/string/getString.d.ts +0 -7
  440. package/string/getString.js +0 -34
  441. package/string/getStringFromStream.d.ts +0 -8
  442. package/string/getStringFromStream.js +0 -16
  443. package/string/getWithoutAccents.d.ts +0 -9
  444. package/string/getWithoutAccents.js +0 -16
  445. package/string/getWithoutHtmlTags.d.ts +0 -9
  446. package/string/getWithoutHtmlTags.js +0 -15
  447. package/string/getWithoutPunctuation.d.ts +0 -9
  448. package/string/getWithoutPunctuation.js +0 -16
  449. package/string/getWithoutUnderscores.d.ts +0 -8
  450. package/string/getWithoutUnderscores.js +0 -14
  451. package/string/getWithoutWhitespaces.d.ts +0 -9
  452. package/string/getWithoutWhitespaces.js +0 -16
  453. package/swr/isAllData.d.ts +0 -7
  454. package/swr/isAllData.js +0 -19
  455. package/swr/isAnyError.d.ts +0 -7
  456. package/swr/isAnyError.js +0 -19
  457. package/swr/isAnyLoading.d.ts +0 -7
  458. package/swr/isAnyLoading.js +0 -21
  459. package/swr/isData.d.ts +0 -7
  460. package/swr/isData.js +0 -9
  461. package/swr/isError.d.ts +0 -7
  462. package/swr/isError.js +0 -7
  463. package/swr/isLoading.d.ts +0 -7
  464. package/swr/isLoading.js +0 -12
  465. package/upTimeRobot/getMonitors.d.ts +0 -1
  466. package/upTimeRobot/getMonitors.js +0 -33
  467. package/upTimeRobot/logTypes.d.ts +0 -7
  468. package/upTimeRobot/logTypes.js +0 -9
  469. package/upTimeRobot/monitorStatuses.d.ts +0 -8
  470. package/upTimeRobot/monitorStatuses.js +0 -10
  471. package/upTimeRobot/monitorSubTypes.d.ts +0 -10
  472. package/upTimeRobot/monitorSubTypes.js +0 -12
  473. package/upTimeRobot/monitorTypes.d.ts +0 -8
  474. package/upTimeRobot/monitorTypes.js +0 -10
  475. package/upTimeRobot/requestStatuses.d.ts +0 -5
  476. package/upTimeRobot/requestStatuses.js +0 -7
  477. package/url/buildParameters.d.ts +0 -8
  478. package/url/buildParameters.js +0 -22
  479. package/url/buildRelative.d.ts +0 -8
  480. package/url/buildRelative.js +0 -13
  481. package/url/buildUrl.d.ts +0 -10
  482. package/url/buildUrl.js +0 -29
  483. package/url/isAbsolute.d.ts +0 -7
  484. package/url/isAbsolute.js +0 -15
  485. package/url/isRelative.d.ts +0 -7
  486. package/url/isRelative.js +0 -8
  487. package/url/url.d.ts +0 -6
  488. package/url/url.js +0 -2
  489. package/url/writeUrlContents.d.ts +0 -11
  490. package/url/writeUrlContents.js +0 -43
  491. package/util/defaultTo.d.ts +0 -10
  492. package/util/defaultTo.js +0 -43
  493. package/util/getBrotliCompressed.d.ts +0 -9
  494. package/util/getBrotliCompressed.js +0 -19
  495. package/util/getBrotliDecompressed.d.ts +0 -9
  496. package/util/getBrotliDecompressed.js +0 -20
  497. package/util/getClean.d.ts +0 -11
  498. package/util/getClean.js +0 -28
  499. package/util/getGzipCompressed.d.ts +0 -9
  500. package/util/getGzipCompressed.js +0 -19
  501. package/util/getGzipDecompressed.d.ts +0 -9
  502. package/util/getGzipDecompressed.js +0 -20
  503. package/util/getWithoutHash.d.ts +0 -8
  504. package/util/getWithoutHash.js +0 -17
  505. package/util/getWithoutParameter.d.ts +0 -8
  506. package/util/getWithoutParameter.js +0 -17
  507. package/util/isUndefined.d.ts +0 -9
  508. package/util/isUndefined.js +0 -19
  509. package/util/promiseChunks.d.ts +0 -10
  510. package/util/promiseChunks.js +0 -18
  511. package/util/sleep.d.ts +0 -5
  512. package/util/sleep.js +0 -6
  513. package/webWorker/index.d.ts +0 -5
  514. package/webWorker/index.js +0 -9
  515. package/xml/getXml.d.ts +0 -5
  516. package/xml/getXml.js +0 -22
@@ -1,10 +0,0 @@
1
- type GetPercentageIncrease = {
2
- comparison: any;
3
- current: any;
4
- defaultValue: number;
5
- };
6
- /**
7
- * Formula to work out the percentage increase/decrease.
8
- */
9
- declare const getPercentageIncrease: ({ comparison, current, defaultValue }: GetPercentageIncrease) => number;
10
- export default getPercentageIncrease;
@@ -1,22 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const getNumber_1 = __importDefault(require("./getNumber"));
7
- /**
8
- * Formula to work out the percentage increase/decrease.
9
- */
10
- const getPercentageIncrease = ({ comparison, current, defaultValue }) => {
11
- const currentValue = (0, getNumber_1.default)({
12
- input: current
13
- });
14
- const comparisonValue = (0, getNumber_1.default)({
15
- input: comparison
16
- });
17
- if (0 === comparisonValue) {
18
- return defaultValue;
19
- }
20
- return (currentValue - comparisonValue) / comparisonValue * 100;
21
- };
22
- exports.default = getPercentageIncrease;
@@ -1,10 +0,0 @@
1
- type ReplaceKeys = {
2
- instance: any;
3
- getNewKey: Function;
4
- };
5
- /**
6
- * Iteratively replace all the keys in an object.
7
- * https://www.techighness.com/post/replace-all-keys-of-deeply-nested-objects-or-array-of-objects/
8
- */
9
- declare const replaceKeys: ({ instance, getNewKey }: ReplaceKeys) => object;
10
- export default replaceKeys;
@@ -1,30 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- /**
4
- * Iteratively replace all the keys in an object.
5
- * https://www.techighness.com/post/replace-all-keys-of-deeply-nested-objects-or-array-of-objects/
6
- */
7
- const replaceKeys = ({ instance, getNewKey }) => {
8
- let response = instance;
9
- if (Array.isArray(instance)) {
10
- response = [];
11
- for (let i = 0; i < instance.length; i++) {
12
- response[i] = replaceKeys({
13
- instance: instance[i],
14
- getNewKey,
15
- });
16
- }
17
- }
18
- else if ("object" === typeof instance) {
19
- response = {};
20
- for (const key in instance) {
21
- const newKey = getNewKey(key);
22
- response[newKey] = replaceKeys({
23
- instance: instance[key],
24
- getNewKey,
25
- });
26
- }
27
- }
28
- return response;
29
- };
30
- exports.default = replaceKeys;
@@ -1,9 +0,0 @@
1
- type GetDecimal = {
2
- input: any;
3
- dp?: number;
4
- };
5
- /**
6
- * Fetch the number from a prisma decimal (comes through as an object).
7
- */
8
- declare const getDecimal: (props: GetDecimal) => number;
9
- export default getDecimal;
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const getDecimal_1 = __importDefault(require("../number/getDecimal"));
7
- /**
8
- * Fetch the number from a prisma decimal (comes through as an object).
9
- */
10
- const getDecimal = (props) => {
11
- let whole = props?.input?.d?.[0] || 0;
12
- let decimal = props?.input?.d?.[1] || 0;
13
- return (0, getDecimal_1.default)({
14
- input: `${whole}.${decimal}`,
15
- dp: props?.dp
16
- });
17
- };
18
- exports.default = getDecimal;
@@ -1,6 +0,0 @@
1
- type InitClient = {
2
- debug?: boolean;
3
- planetScale?: boolean;
4
- };
5
- declare const initClient: (props?: InitClient) => void;
6
- export default initClient;
@@ -1,36 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- global.prisma = null;
4
- const initClient = (props = {}) => {
5
- if (!global.prisma) {
6
- const { PrismaClient } = require("@prisma/client");
7
- let adapter = null;
8
- if (true === props?.planetScale) {
9
- const { Client } = require("@planetscale/database");
10
- const client = new Client({
11
- url: process.env.DATABASE_URL
12
- });
13
- const { PrismaPlanetScale } = require("@prisma/adapter-planetscale");
14
- adapter = new PrismaPlanetScale(client);
15
- }
16
- // Show the full query if debugging
17
- if (true === props?.debug) {
18
- global.prisma = new PrismaClient({
19
- adapter,
20
- log: [
21
- {
22
- emit: "event",
23
- level: "query",
24
- },
25
- ],
26
- });
27
- }
28
- // Standard prisma
29
- else {
30
- global.prisma = new PrismaClient({
31
- adapter
32
- });
33
- }
34
- }
35
- };
36
- exports.default = initClient;
@@ -1,9 +0,0 @@
1
- type GetAccessToken = {
2
- force?: boolean;
3
- parameterName: string;
4
- };
5
- /**
6
- * Renew the access token as it expires every 3 hours.
7
- */
8
- declare const getAccessToken: ({ force, parameterName }: GetAccessToken) => Promise<void>;
9
- export default getAccessToken;
@@ -1,35 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const getParameter_1 = __importDefault(require("../aws/ssm/getParameter"));
7
- const post_1 = __importDefault(require("../axios/post"));
8
- global.snapchatAccessToken = null;
9
- /**
10
- * Renew the access token as it expires every 3 hours.
11
- */
12
- const getAccessToken = async ({ force, parameterName }) => {
13
- if (!global.snapchatAccessToken || force) {
14
- // Get the credentials from SSM
15
- const parameter = await (0, getParameter_1.default)({
16
- name: parameterName,
17
- withDecryption: true,
18
- isJson: true,
19
- });
20
- // Build the token request for Snapchat
21
- let url = `https://accounts.snapchat.com/login/oauth2/access_token`;
22
- url += `?client_id=${parameter.clientId}`;
23
- url += `&client_secret=${parameter.clientSecret}`;
24
- url += `&grant_type=refresh_token`;
25
- url += `&refresh_token=${parameter.refreshToken}`;
26
- const apiResponse = await (0, post_1.default)({
27
- url,
28
- });
29
- if (apiResponse.isSuccess()) {
30
- global.snapchatAccessToken = apiResponse.getBodyDefaultTo({ defaultValue: null, keys: ['data', 'access_token'] });
31
- }
32
- }
33
- return global.snapchatAccessToken;
34
- };
35
- exports.default = getAccessToken;
@@ -1,8 +0,0 @@
1
- /**
2
- * Take two values, ensure they are numbers and return the sorting value.
3
- */
4
- declare const byNumberAscending: ({ valueA, valueB }: {
5
- valueA: any;
6
- valueB: any;
7
- }) => number;
8
- export default byNumberAscending;
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- /**
4
- * Take two values, ensure they are numbers and return the sorting value.
5
- */
6
- const byNumberAscending = ({ valueA, valueB }) => {
7
- let valueAClean = Number(valueA);
8
- let valueBClean = Number(valueB);
9
- if (valueAClean > valueBClean) {
10
- return 1;
11
- }
12
- if (valueBClean > valueAClean) {
13
- return -1;
14
- }
15
- return 0;
16
- };
17
- exports.default = byNumberAscending;
@@ -1,8 +0,0 @@
1
- /**
2
- * Take two values, ensure they are numbers and return the sorting value.
3
- */
4
- declare const byNumberDescending: ({ valueA, valueB }: {
5
- valueA: any;
6
- valueB: any;
7
- }) => number;
8
- export default byNumberDescending;
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- /**
4
- * Take two values, ensure they are numbers and return the sorting value.
5
- */
6
- const byNumberDescending = ({ valueA, valueB }) => {
7
- let valueAClean = Number(valueA);
8
- let valueBClean = Number(valueB);
9
- if (valueAClean > valueBClean) {
10
- return -1;
11
- }
12
- if (valueBClean > valueAClean) {
13
- return 1;
14
- }
15
- return 0;
16
- };
17
- exports.default = byNumberDescending;
@@ -1,8 +0,0 @@
1
- /**
2
- * Take two values, clean the strings and return the sorting value.
3
- */
4
- declare const byStringAscending: ({ valueA, valueB }: {
5
- valueA: any;
6
- valueB: any;
7
- }) => number;
8
- export default byStringAscending;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- /**
4
- * Take two values, clean the strings and return the sorting value.
5
- */
6
- const byStringAscending = ({ valueA, valueB }) => {
7
- let valueAClean = valueA
8
- .trim()
9
- .toLowerCase();
10
- let valueBClean = valueB
11
- .trim()
12
- .toLowerCase();
13
- if (valueAClean > valueBClean) {
14
- return 1;
15
- }
16
- if (valueBClean > valueAClean) {
17
- return -1;
18
- }
19
- return 0;
20
- };
21
- exports.default = byStringAscending;
@@ -1,8 +0,0 @@
1
- /**
2
- * Take two values, clean the strings and return the sorting value.
3
- */
4
- declare const byStringDescending: ({ valueA, valueB }: {
5
- valueA: any;
6
- valueB: any;
7
- }) => number;
8
- export default byStringDescending;
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- /**
4
- * Take two values, clean the strings and return the sorting value.
5
- */
6
- const byStringDescending = ({ valueA, valueB }) => {
7
- let valueAClean = valueA
8
- .trim()
9
- .toLowerCase();
10
- let valueBClean = valueB
11
- .trim()
12
- .toLowerCase();
13
- if (valueAClean > valueBClean) {
14
- return -1;
15
- }
16
- if (valueBClean > valueAClean) {
17
- return 1;
18
- }
19
- return 0;
20
- };
21
- exports.default = byStringDescending;
package/stream/sort.d.ts DELETED
@@ -1,14 +0,0 @@
1
- declare const Transform: any;
2
- /**
3
- * Batch sort stream without overloading the memory limit.
4
- * https://www.npmjs.com/package/fast-stream-sort
5
- */
6
- declare class SortStreamer extends Transform {
7
- static [x: string]: any;
8
- constructor(options: any, comp: any);
9
- _transform(data: any, _: any, callback: any): void;
10
- _flush(): void;
11
- fullflush(): void;
12
- }
13
- declare const sort: (comp: any, options: any) => SortStreamer;
14
- export default sort;
package/stream/sort.js DELETED
@@ -1,50 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const Transform = require('stream').Transform;
4
- const batch = 15000;
5
- /**
6
- * Batch sort stream without overloading the memory limit.
7
- * https://www.npmjs.com/package/fast-stream-sort
8
- */
9
- class SortStreamer extends Transform {
10
- constructor(options, comp) {
11
- super(options);
12
- this.a = new Array(batch);
13
- this.i = 0;
14
- this.k = 0;
15
- this.currentSize = batch;
16
- this.isDone = false;
17
- this.sortedArray = undefined;
18
- this.comp = comp;
19
- }
20
- _transform(data, _, callback) {
21
- if (data) {
22
- this.a[this.i++] = data;
23
- if (this.i == this.currentSize) {
24
- this.currentSize = this.currentSize * 2;
25
- var tmp = new Array(this.currentSize);
26
- for (var j = 0; j < this.i; j++) {
27
- tmp[j] = this.a[j];
28
- }
29
- this.a = tmp;
30
- }
31
- }
32
- callback();
33
- }
34
- _flush() {
35
- this.sortedArray = this.a.slice(0, this.i)
36
- .sort(this.comp);
37
- this.fullflush();
38
- }
39
- fullflush() {
40
- while (this.k < this.i) {
41
- this.push(this.sortedArray[this.k++]);
42
- }
43
- this.push(null);
44
- }
45
- }
46
- const sort = (comp, options) => {
47
- options = options || { objectMode: true };
48
- return new SortStreamer(options, comp);
49
- };
50
- exports.default = sort;
@@ -1,10 +0,0 @@
1
- type GetCapitalised = {
2
- input: string;
3
- split?: string;
4
- };
5
- /**
6
- * Convert a string into Capitalised Text.
7
- * https://stackoverflow.com/a/196991/2664955
8
- */
9
- declare const getCapitalised: ({ input, split }: GetCapitalised) => string;
10
- export default getCapitalised;
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- /**
4
- * Convert a string into Capitalised Text.
5
- * https://stackoverflow.com/a/196991/2664955
6
- */
7
- const getCapitalised = ({ input, split }) => {
8
- const regex = new RegExp(split || '_', 'g');
9
- return input
10
- .replace(regex, ' ')
11
- .replace(/\w\S*/g, function (txt) {
12
- return txt.charAt(0)
13
- .toUpperCase() + txt.substr(1)
14
- .toLowerCase();
15
- });
16
- };
17
- exports.default = getCapitalised;
@@ -1,18 +0,0 @@
1
- type GetClean = {
2
- accents?: boolean;
3
- decoded?: boolean;
4
- htmlTags?: boolean;
5
- input: any;
6
- lowercase?: boolean;
7
- propercase?: boolean;
8
- punctuation?: boolean;
9
- trim?: boolean;
10
- underscores?: boolean;
11
- uppercase?: boolean;
12
- whitespace?: boolean;
13
- };
14
- /**
15
- * Shorthand function to get a clean version of a string.
16
- */
17
- declare const getClean: ({ accents, decoded, htmlTags, input, lowercase, propercase, punctuation, trim, underscores, uppercase, whitespace }: GetClean) => string;
18
- export default getClean;
@@ -1,65 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const getString_1 = __importDefault(require("./getString"));
7
- const getWithoutHtmlTags_1 = __importDefault(require("./getWithoutHtmlTags"));
8
- const getWithoutAccents_1 = __importDefault(require("./getWithoutAccents"));
9
- const getProperCase_1 = __importDefault(require("./getProperCase"));
10
- const getWithoutWhitespaces_1 = __importDefault(require("./getWithoutWhitespaces"));
11
- const getWithoutPunctuation_1 = __importDefault(require("./getWithoutPunctuation"));
12
- const getWithoutUnderscores_1 = __importDefault(require("./getWithoutUnderscores"));
13
- const getDecoded_1 = __importDefault(require("./getDecoded"));
14
- /**
15
- * Shorthand function to get a clean version of a string.
16
- */
17
- const getClean = ({ accents, decoded, htmlTags, input, lowercase, propercase, punctuation, trim, underscores, uppercase, whitespace }) => {
18
- let response = (0, getString_1.default)({ input });
19
- if (decoded) {
20
- response = (0, getDecoded_1.default)({
21
- input: response,
22
- });
23
- }
24
- if (accents) {
25
- response = (0, getWithoutAccents_1.default)({
26
- input: response
27
- });
28
- }
29
- if (htmlTags) {
30
- response = (0, getWithoutHtmlTags_1.default)({
31
- input: response
32
- });
33
- }
34
- if (underscores) {
35
- response = (0, getWithoutUnderscores_1.default)({
36
- input: response,
37
- });
38
- }
39
- if (punctuation) {
40
- response = (0, getWithoutPunctuation_1.default)({
41
- input: response
42
- });
43
- }
44
- if (whitespace) {
45
- response = (0, getWithoutWhitespaces_1.default)({
46
- input: response
47
- });
48
- }
49
- if (lowercase) {
50
- response = response.toLowerCase();
51
- }
52
- if (propercase) {
53
- response = (0, getProperCase_1.default)({
54
- input: response
55
- });
56
- }
57
- if (uppercase) {
58
- response = response.toUpperCase();
59
- }
60
- if (trim) {
61
- response = response.trim();
62
- }
63
- return response;
64
- };
65
- exports.default = getClean;
@@ -1,10 +0,0 @@
1
- type GetDecoded = {
2
- input: any;
3
- };
4
- /**
5
- * Convert escaped copy into unescaped.
6
- * E.g. there&#39;s => there's
7
- * https://stackoverflow.com/a/42182294/2664955
8
- */
9
- declare const getDecoded: ({ input }: GetDecoded) => string;
10
- export default getDecoded;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const getString_1 = __importDefault(require("./getString"));
7
- const unescape_1 = __importDefault(require("lodash/unescape"));
8
- /**
9
- * Convert escaped copy into unescaped.
10
- * E.g. there&#39;s => there's
11
- * https://stackoverflow.com/a/42182294/2664955
12
- */
13
- const getDecoded = ({ input }) => {
14
- let response = (0, getString_1.default)({ input });
15
- // Only works if DOM exists
16
- if ('undefined' !== typeof document) {
17
- let el = document.createElement("textarea");
18
- el.innerHTML = response;
19
- response = el.value;
20
- }
21
- else {
22
- response = (0, unescape_1.default)(response);
23
- }
24
- return response;
25
- };
26
- exports.default = getDecoded;
@@ -1,8 +0,0 @@
1
- type GetFolder = {
2
- input: string;
3
- };
4
- /**
5
- * Take an input that may have a / before or after the input and return just the folder.
6
- */
7
- declare const getFolder: ({ input }: GetFolder) => string;
8
- export default getFolder;
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const trim_1 = __importDefault(require("lodash/trim"));
7
- /**
8
- * Take an input that may have a / before or after the input and return just the folder.
9
- */
10
- const getFolder = ({ input }) => {
11
- return (0, trim_1.default)(input, '/')
12
- .trim();
13
- };
14
- exports.default = getFolder;
@@ -1,11 +0,0 @@
1
- type GetProperCase = {
2
- input: any;
3
- hyphen?: boolean;
4
- pipe?: boolean;
5
- underscore?: boolean;
6
- };
7
- /**
8
- * Return a string "With Proper Casing".
9
- */
10
- declare const getProperCase: (props: GetProperCase) => string;
11
- export default getProperCase;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const getString_1 = __importDefault(require("./getString"));
7
- /**
8
- * Return a string "With Proper Casing".
9
- */
10
- const getProperCase = (props) => {
11
- let string = (0, getString_1.default)({
12
- input: props.input,
13
- });
14
- if (props?.hyphen) {
15
- string = string.split(/-/g).join(' ');
16
- }
17
- if (props?.pipe) {
18
- string = string.split(/\|/g).join(' ');
19
- }
20
- if (props?.underscore) {
21
- string = string.split(/_/g).join(' ');
22
- }
23
- return string.replace(/\w\S*/g, word => word.charAt(0)
24
- .toUpperCase() + word.substr(1)
25
- .toLowerCase());
26
- };
27
- exports.default = getProperCase;
@@ -1,7 +0,0 @@
1
- /**
2
- * Convert into string.
3
- */
4
- declare const getString: ({ input }: {
5
- input: any;
6
- }) => string;
7
- export default getString;
@@ -1,34 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const isArray_1 = __importDefault(require("lodash/isArray"));
7
- const isDate_1 = __importDefault(require("lodash/isDate"));
8
- const isObject_1 = __importDefault(require("lodash/isObject"));
9
- const getNumber_1 = __importDefault(require("../date/getNumber"));
10
- /**
11
- * Convert into string.
12
- */
13
- const getString = ({ input }) => {
14
- let string = '';
15
- // Already a string
16
- if ('string' === typeof input) {
17
- string = input;
18
- }
19
- // Convert a number into a date
20
- else if ('number' === typeof input) {
21
- string = input.toString();
22
- }
23
- // Object or array to JSON
24
- else if ((0, isObject_1.default)(input) || (0, isArray_1.default)(input)) {
25
- string = JSON.stringify(input);
26
- }
27
- // Date
28
- else if ((0, isDate_1.default)(input)) {
29
- string = (0, getNumber_1.default)({ input })
30
- .toString();
31
- }
32
- return string;
33
- };
34
- exports.default = getString;
@@ -1,8 +0,0 @@
1
- /**
2
- * Converts a stream into a string.
3
- * https://stackoverflow.com/a/49428486
4
- */
5
- declare const getStringFromStream: ({ stream }: {
6
- stream: any;
7
- }) => Promise<string>;
8
- export default getStringFromStream;