@peacefultruth/freestyle

41.0.0 • Public • Published

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');

Readme

Keywords

none

Package Sidebar

Install

npm i @peacefultruth/freestyle

Weekly Downloads

3

Version

41.0.0

License

MIT

Unpacked Size

228 kB

Total Files

18

Last publish

Collaborators

  • peacefultruth