@thencc/inkey-client-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.29 • Public • Published

inkey-client-js

TODO - add docs

// how to manually extend .emit
this.emit<InkeyPostMsgBase<'123', { hello: 'world' }>>({
	type: '123',
	// payload: 'testing', // doesnt work
	payload: {
		hello: 'world',
		// hello: 'worldly' // doesnt work
	}
});

Readme

Keywords

none

Package Sidebar

Install

npm i @thencc/inkey-client-js

Weekly Downloads

8

Version

0.0.29

License

none

Unpacked Size

41.9 kB

Total Files

6

Last publish

Collaborators

  • lr.ncc
  • spencercapp
  • aubreyncc
  • youraerials