Webpack build for branch master: 298ee4e79f

This commit is contained in:
Travis CI 2017-04-25 21:30:39 +00:00
parent 6c840542f6
commit f9f74090af
2 changed files with 5 additions and 1 deletions

View file

@ -3315,6 +3315,10 @@ let INCREMENT = 0;
* A container for useful snowflake-related methods
*/
class SnowflakeUtil {
constructor() {
throw new Error(`The ${this.constructor.name} class may not be instantiated.`);
}
/**
* A Twitter snowflake, except the epoch is 2015-01-01T00:00:00.000Z
* ```

File diff suppressed because one or more lines are too long