import { lib } from '../lib';

export function whatNumbersDoYouHave() {
    return [lib.one, lib.two, lib.three];
}
