Skip to content

peacefultruth/freestyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published