Skip to content

Instantly share code, notes, and snippets.

@SamVerschueren
Created August 25, 2016 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamVerschueren/ec4f1ef9cf0ac3d314e466d6b899653f to your computer and use it in GitHub Desktop.
Save SamVerschueren/ec4f1ef9cf0ac3d314e466d6b899653f to your computer and use it in GitHub Desktop.
concat.d.ts
declare module "concat" {
function concat(a: string, b: string): string;
export = concat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment