JSPM

koana

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q33546F
  • License MIT

Solve js problems

Package Exports

  • koana

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (koana) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

koana

Install deps

npm i babel tape

Solving problems

Run the solution files using the node executable as you normally would. They should be structured like this (In ES6):

import * from 'koana'

koana.set('Linked Lists')

// See the relevant documentation for each problem
// to know which arguments to accept in your signatures.
koana.solution(1, function(scope) {

})