41.0.0 • Published 4 years ago

@peacefultruth/freestyle v41.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

freestyle

yarn add @peacefultruth/freestyle
const microphone = {
  i_know_you_got_soul: {
    rakim: {
      gets_stronger_when: () => 'as I get older',
    },
  },
};

// let answers = microphone.i_know_you_got_soul.rakim.gets_stronger_when();

import freestyle from '@peacefultruth/freestyle';

const answers = freestyle(microphone, `

                                                           i know you got soul;

      rakim,

          gets stronger when?
`)();

expect(answers).toEqual('as I get older');
41.0.0

4 years ago

40.0.0

4 years ago

38.0.0

4 years ago

39.0.0

4 years ago

36.0.0

4 years ago

32.0.0

4 years ago

30.0.0

4 years ago

20.0.0

4 years ago

10.0.0

4 years ago

4.0.0

4 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago