0.0.3 • Published 3 years ago

@codeprefect/mobiquity-packer v0.0.3

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

Mobiquity Packer Challenge

This is a small utility library that provide a simple method that take a packer input file and returns the expected solution.

This is very simple to use, you can use it in the following way:

import { Packer } from '@codeprefect/mobiquity-packer';

var inputFilePath = 'input';
var result = Packer.pack(inputFilePath);
// so simple