Skip to content

Instantly share code, notes, and snippets.

@ivan-marquez
Created June 24, 2018 00:06
Show Gist options
  • Save ivan-marquez/fc88b319070e3afec7a7b5fe8e57b90e to your computer and use it in GitHub Desktop.
Save ivan-marquez/fc88b319070e3afec7a7b5fe8e57b90e to your computer and use it in GitHub Desktop.
Flow typed definitions for Tessel projects.
// flow-typed signature: 41c26b1157e954a0cd4ce3efa2131537
// flow-typed version: <<STUB>>/tessel_v^2.0.0/flow_v0.75.0
/**
* This is an autogenerated libdef stub for:
*
* 'tessel'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'tessel' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'tessel/lib/tessel' {
declare module.exports: any;
}
// Filename aliases
declare module 'tessel/lib/tessel.js' {
declare module.exports: $Exports<'tessel/lib/tessel'>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment