ente/web/packages/utils
Manav Rathi 74bb169f0d
Equivalent to "**/*.ts", "**/*.tsx", "**/*.d.ts"
From the docs: https://www.typescriptlang.org/tsconfig/#include

> If the last path segment in a pattern does not contain a file extension or
  wildcard character, then it is treated as a directory, and files with
  supported extensions inside that directory are included (e.g. .ts, .tsx, and
  d.ts by default).
2024-05-24 17:54:05 +05:30
..
.eslintrc.js Remove (possibly) unnecessary tsconfigRootDir 2024-04-03 13:15:12 +05:30
array.ts Understand, document and fix 2024-05-09 10:37:06 +05:30
ensure.ts Rewrite 2024-05-11 09:13:49 +05:30
package.json Clean up environment detection code 2024-04-07 10:03:28 +05:30
promise.ts Handle first search on app start 2024-05-20 10:39:11 +05:30
README.md Move into web/ 2024-03-01 12:21:07 +05:30
tsconfig.json Equivalent to "**/*.ts", "**/*.tsx", "**/*.d.ts" 2024-05-24 17:54:05 +05:30
type-guards.ts Move into web/ 2024-03-01 12:21:07 +05:30

@/utils

Utility functions, types and assortments.

"Life is like a box of chocolates" - Forrest Gump

Packaging

This (internal) package exports a vanilla TypeScript library. We rely on the importing project to transpile and bundle it.