Log in Sign up
2 Matching Annotations
  1. Aug 2021
  2. stackoverflow.com stackoverflow.com
    Typescript derive union type from tuple/array values
    1
    1. TylerRick 24 Aug 2021
      in Public
      the tuple() function you need can be succinctly written as: export type Lit = string | number | boolean | undefined | null | void | {}; export const tuple = <T extends Lit[]>(...args: T) => args;
      succinct concise TypeScript: union TypeScript: tuple type TypeScript: helper functions
    Visit annotations in context

    Tags

    • TypeScript: union
    • concise
    • TypeScript: helper functions
    • succinct
    • TypeScript: tuple type

    Annotators

    • TylerRick

    URL

    stackoverflow.com/questions/45251664/typescript-derive-union-type-from-tuple-array-values
  3. Jul 2021
  4. askubuntu.com askubuntu.com
    How to show the transfer progress and speed when copying files with cp?
    1
    1. TylerRick 15 Jul 2021
      in Public
      IMO: alias cp="rsync -avz" cp is outdated
      opinion outdated succinct
    Visit annotations in context

    Tags

    • succinct
    • outdated
    • opinion

    Annotators

    • TylerRick

    URL

    askubuntu.com/questions/17275/how-to-show-the-transfer-progress-and-speed-when-copying-files-with-cp
Share:
Group. Only group members will be able to view this annotation.
Only me. No one else will be able to view this annotation.
Hypothes.is
  • About
  • Blog
  • Bioscience
  • Education
  • Jobs
  • Help
  • Contact
  • Terms of Service
  • Privacy Policy