UNPKG

shakespeare-data

Version:

A little JavaScript library you can import and use in your projects as an alternative to Lorem Ipsum style test data.

5 lines (4 loc) 69 B
export interface Sonnet { number: Number; lines: String[]; }