This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 * original waitping() solution, passing `normalWait` as true.
66 *
77 * @since 0.1.0
8- * @updated 1.3.1
8+ * @updated 1.4.0
99 *
1010 * @param {string...} messages - Messages to be said
1111 * @param {boolean} [normalWait] - If waitping should be used as
Original file line number Diff line number Diff line change 213213 * CET timezone.
214214 *
215215 * @since 0.1.0
216- * @updated 1.3.1
216+ * @updated 1.4.0
217217 *
218218 * @returns {number} - CET offset in seconds
219219--]]
248248 * Returns the current time of day, in seconds, on CET timezone.
249249 *
250250 * @since 0.1.0
251- * @updated 1.3.1
251+ * @updated 1.4.0
252252 *
253253 * @returns {number} - CET time of day in seconds
254254--]]
632632 * parameters, returning the value returned by it; otherwise, simply returns
633633 * `value`.
634634 *
635- * @since 1.3.1
635+ * @since 1.4.0
636636 *
637637 * @param {any} value - The variable to be checked
638638 * @param {any} [...] - Any extra arguments you want to be
653653--[[
654654 * Returns the currently opened channel userdata.
655655 *
656- * @since 1.3.1
656+ * @since 1.4.0
657657 *
658658 * @returns {userdata} - The currently opened channel
659659--]]
Original file line number Diff line number Diff line change 4949 * will receive as arguments, for each item, it's value and correspondet index.
5050 *
5151 * @since 0.1.0
52- * @updated 1.3.1
52+ * @updated 1.4.0
5353 *
5454 * @param {table} self - The target table
5555 * @param {function} f - Routine to be ran on each element
7979 * arguments, for each item, it's value and correspondet index.
8080 *
8181 * @since 0.1.0
82- * @updated 1.3.1
82+ * @updated 1.4.0
8383 *
8484 * @param {table} self - The target table
8585 * @param {function} f - Routine to be ran on each element
193193 * Merges the items of the given tables to a single table.
194194 *
195195 * @since 1.1.0
196- * @updated 1.3.1
196+ * @updated 1.4.0
197197 *
198198 * @param {table} [table1], ... - Tables to be merged
199199 * @param {boolean} [recursive] - Whether inner tables should also
291291 * Flattens the table, removing any other tables inside `self` and inserting the
292292 * values inside those tables.
293293 *
294- * @since 1.3.1
294+ * @since 1.4.0
295295 *
296296 * @param {table} self - The target table
297297 * @param {boolean} [recursive] - Whether inner tables should also
You can’t perform that action at this time.
0 commit comments