0.1.0 • Published 5 years ago

fakeplate v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

fakeplate

Build Status Coverage Status

Convert a string into a unique template Array like object

import fakeplate from 'fakeplate';
// or const fakeplate = require('fakeplate');

// always true
fakeplate(content) === fakeplate(content);

// grants unique template literal Array like objects
// so that software can be optimized for same literals
tag(fakeplate(content));