Initial
This commit is contained in:
10
resources/app/common/primitives/module.mjs
Normal file
10
resources/app/common/primitives/module.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
/** @module primitives */
|
||||
|
||||
export * as Array from "./array.mjs";
|
||||
export * as Date from "./date.mjs";
|
||||
export * as Math from "./math.mjs";
|
||||
export * as Number from "./number.mjs";
|
||||
export * as Set from "./set.mjs";
|
||||
export * as String from "./string.mjs";
|
||||
export * as RegExp from "./regexp.mjs";
|
||||
export * as URL from "./url.mjs";
|
||||
Reference in New Issue
Block a user