1.0.1 • Published 8 months ago

nv-shape-brief-flike v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

nv-shape-brief-flike

  • many simple function signature
  • its for generate function-signature-type-hash(map the signature to a uint48) without using parser
  • used by repl-compile-tool
  • dont include it in your projects ,just copy/paste the code when using it

install

  • npm install nv-shape-brief-flike

splitted

usage

  const fshape   = require("nv-shape-brief-flike");

example

0

0_0

0_1

1

1_0

1_1

METHODS

APIS

	[
	  'sfd',              'sfd_t',           'sfd_tp',         'sfd_tpb',
	  'sfd_tpbr',         'sfd_tpr',         'sfd_tb',         'sfd_tbr',
	  'sfd_tr',           'sfd_p',           'sfd_pb',         'sfd_pbr',
	  'sfd_pr',           'sfd_b',           'sfd_br',         'sfd_r',
	  'sgd',              'sgd_t',           'sgd_tp',         'sgd_tpb',
	  'sgd_tpbr',         'sgd_tpr',         'sgd_tb',         'sgd_tbr',
	  'sgd_tr',           'sgd_p',           'sgd_pb',         'sgd_pbr',
	  'sgd_pr',           'sgd_b',           'sgd_br',         'sgd_r',
	  'afd',              'afd_t',           'afd_tp',         'afd_tpb',
	  'afd_tpbr',         'afd_tpr',         'afd_tb',         'afd_tbr',
	  'afd_tr',           'afd_p',           'afd_pb',         'afd_pbr',
	  'afd_pr',           'afd_b',           'afd_br',         'afd_r',
	  'agd',              'agd_t',           'agd_tp',         'agd_tpb',
	  'agd_tpbr',         'agd_tpr',         'agd_tb',         'agd_tbr',
	  'agd_tr',           'agd_p',           'agd_pb',         'agd_pbr',
	  'agd_pr',           'agd_b',           'agd_br',         'agd_r',
	  'sfe_with_id',      'sfe_with_id_t',   'sfe_with_id_tp', 'sfe_with_id_tpb',
	  'sfe_with_id_tpbr', 'sfe_with_id_tpr', 'sfe_with_id_tb', 'sfe_with_id_tbr',
	  'sfe_with_id_tr',   'sfe_with_id_p',   'sfe_with_id_pb', 'sfe_with_id_pbr',
	  'sfe_with_id_pr',   'sfe_with_id_b',   'sfe_with_id_br', 'sfe_with_id_r',
	  'sge_with_id',      'sge_with_id_t',   'sge_with_id_tp', 'sge_with_id_tpb',
	  'sge_with_id_tpbr', 'sge_with_id_tpr', 'sge_with_id_tb', 'sge_with_id_tbr',
	  'sge_with_id_tr',   'sge_with_id_p',   'sge_with_id_pb', 'sge_with_id_pbr',
	  'sge_with_id_pr',   'sge_with_id_b',   'sge_with_id_br', 'sge_with_id_r',
	  'afe_with_id',      'afe_with_id_t',   'afe_with_id_tp', 'afe_with_id_tpb',
	  ... 92 more items
	]

LICENSE

  • ISC
1.0.1

8 months ago