UNPKG

94 BJavaScriptView Raw
1export const keys = Object.keys;
2
3export function blank () {
4 return Object.create( null );
5}