@olian/typescript-helpers

A collection of typescript functions and structures that I usually end up needing when developing.

Usage no npm install needed!

<script type="module">
  import olianTypescriptHelpers from 'https://cdn.skypack.dev/@olian/typescript-helpers';
</script>

README

typescript-helpers

A collection of typescript functions and structures that I usually end up needing when developing.

Install: npm i @olian/typescript-helpers

import {
  pick,
  safePick,
  useValueOrFallback,
  DeepPartial,
  Record,
  Maybe,
  Bucket,
  ExpandType,
  Func,
} from '@olian/typescript-helpers';